Supported Providers
Squadcast Provider
Squadcast provider is a provider used for creating issues in Squadcast
Inputs
The notify
function take following parameters as inputs:
notify_type
(required): Takes either ofincident
ornotes
depending on weather you want to create an incident or a note.
-
parameters for
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.
-
parameters for
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.
See documentation for more
Authentication Parameters
The Squadcast provider requires at least one of the following authentication parameter:
refresh_token
(optional): Your Squadcast refresh_token.webhook_url
(optional): URL of yourincidents_webhook
.
See Squadcast Refresh Tokens for more.
Connecting with the Provider
- Go to Refresh Tokens to see how to create a
refresh_token
. - Visit Documentations to learn how to setup
incident_webhooks
& get thewebhook_url