Squadcast provider is a provider used for creating issues in Squadcast
notify
function take following parameters as inputs:
notify_type
(required): Takes either of incident
or notes
depending on weather you want to create an incident or a note.incident
message
(required): This will be the incident message.description
(required): This will be the incident description.tags
(optional): Tags for the incident. It should be a dict format.priority
(optional): Priority of the incident.status
(optional): Status of the event.event_id
(optional): event_id is used to resolve an incidentadditional_json
(optional): Additional JSON data to be sent with the incident.notes
message
(required): The message of the note.incident_id
(required): Id of the incident where the Note has to be created.attachments
(optional): List of attachments for the notes.refresh_token
.incident_webhooks
& get the webhook_url