Retrieve workflow step
Retrieves data for a specific step in a workflow
Path parameters
Response
OK
Example response
{
"providerOverrides": {
"slack": {
"text": "{{payload.title}}",
"blocks": [
{
"type": "divider"
}
]
},
"whatsapp-business": {
"type": "text",
"text": {
"body": "{{payload.title}}"
}
},
"pagerduty": {
"severity": "warning",
"source": "novu",
"summary": "{{payload.title}}"
}
}
}Changes
Changed in 5 of the 13 revisions of this API.174
- ●
added the new
CHAT_EDITOR_SELECTenum value to the////////////response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
CHAT_CARD_INVALID_BUTTONenum value to the////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
CHAT_CARD_LIMIT_EXCEEDEDenum value to the////////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////to the response with the statusresponse-optional-property-added
- ●
- ▲
the
response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ○
removed from the
response propertyallOflist for the response statusresponse-property-all-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
UNSUPPORTED_PROPERTYenum value to the////////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ●
added the new
TOOLenum value to the//////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
TOOL_BODYenum value to the////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
toolenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●