Authentication
This provider requires authentication.- service_region: Service region: EU/US (required: True, sensitive: False)
- refresh_token: Squadcast Refresh Token (required: False, sensitive: True)
- webhook_url: Incident webhook url (required: False, sensitive: True)
- authenticated: The user can connect to the client
In workflows
This provider can be used in workflows. As “action” to make changes or update data, example:Inputs
Thenotify
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.
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