Create Action

POST {{batmanURL}}/v3/workflows/:workflowID/actions

Create an Action for a workflow

Request Body

{"name"=>"sq_add_incident_note", "data"=>{"note"=>"hello world"}}

RESPONSES

status: Created

{"data":{"id":19182,"workflow_id":9048,"name":"sq_add_status_page_issue","data":{"component_and_impact":[{"component_id":3514,"impact_status_id":8806}],"issue_title":"issue title","page_status_id":8808,"status_and_message":[{"status_id":7061,"messages":["We are currently experiencing a service **Issue Status**. Our team is working to identify the root cause and fix the issue. Users may be experiencing **Nature of Impact**. Please reach out to **Insert Support Email** for any questions."]}],"status_page_id":1761}}}