{{ incident.slack_channel_id }}
will send the block to the Slack channel of the triggering incident.{{ parent_incident.slack_channel_id }}
can be used for sub incidents and it will send the block to the Slack channel of the parent incident.#gernal
, #alerts
)Slack Users
or Slack User Groups
and Channels
when this field is selected. Additionally, the selected users need to be in the specified channels.
Select a Task
field is what ultimately determines the parent message to thread under.
Preview
button. This button will route you to Slack’s Block Kit builder.
Select a template dropdown
field. This is a great starting point to get familiarized with Slack’s Block Kit syntax.
action_id
field must be set to one of the following available values.
action_id Value | Description |
---|---|
toolbar_update_incident_summary | Brings up a modal for editing the incident summary |
toolbar_update_status | Brings up a modal for updating the incident status |
archive_incident | Archives the incident |
manage_incident_role_assignments_dialog | Brings up modal for updating the incident roles |
toolbar_update_incident | Brings up a modal for editing the incident’s attributes |
toolbar_available_commands | Brings up the help modal |
add_feedback | Brings up modal for adding incident feedback |
manage_form_field_selections | Brings up a modal for editing custom fields |
manage_incident_action_items | Brings up a modal for editing the incident’s action items |
todo_dialog | Brings up a modal showing action items assigned to whichever user clicked the button |
pagerduty_responders | Brings up a modal allowing users to add PagerDuty responders (If the PagerDuty integration is installed) |
opsgenie_responders | Brings up a modal allowing users to add Opsgenie responders (If the Opsgenie integration is installed) |
victor_ops_responders | Brings up a modal allowing users to add VictorOps responders (If the VictorOps integration is installed) |
snooze_reminder | Snoozes the workflow that sent this message if the workflow is a repeating workflow |
pause_reminder | Pauses the workflow that sent this message if the workflow is a repeating workflow |
restart_reminder | Restarts the workflow that sent this message if the workflow is a repeating workflow and is in a paused state |
update_status_page_dialog | Brings up modal for publishing a status page event |
trigger_custom_workflow | Runs a custom workflow. Must have an accompanying value set to indicate what workflow to run. The value is the workflow’s ‘slack command’ found in web UI under the ‘advanced settings’ tab for each workflow. |
open_custom_form | Opens a custom form. Must have an accompanying value set to indicate what form to open. This value is the slug that can be found at the top of the custom forms web UI. |