Squadcast provider is a provider used for creating issues in Squadcast
This provider requires authentication.
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow example:
The 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.See documentation for more
refresh_token
.incident_webhooks
& get the webhook_url
Squadcast provider is a provider used for creating issues in Squadcast
This provider requires authentication.
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow example:
The 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.See documentation for more
refresh_token
.incident_webhooks
& get the webhook_url