A workflow that contains a step supported by your app was published

Facts

Works with

Events API

Steps from Apps is deprecated
We're retiring all Slack app functionality around Steps from Apps in September 2024. Learn more.

{
   "type": "workflow_published",
   "workflow_id": "338772933017143757",
   "workflow_published_configuration": {
      "version_id": "338776445998336786",
      "app_steps": [
         {
            "app_id": "A012VT792TC",
            "workflow_step_id": "def5f7a2-365f-42e9-8ab8-26f9e9716696",
            "callback_id": "take_two"
         },
         {
            "app_id": "A012VT792TC",
            "workflow_step_id": "19dab8c3-c062-43f7-a912-a69da0cf0bc0",
            "callback_id": "take_three"
         }
      ]
   },
   "event_ts": "1611456104.5588"
}

The workflow_published event is sent when a workflow that contains a step powered by your app is published.

The workflow_published_configuration field in the event payload shows the workflow's current published state, including its steps.

Subscribe to the workflow_unpublished event as well to know, instead, when a workflow that contains a step powered by your app has been unpublished.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more