Handle Error
POST {{response_url}}
if an error occurs in the collection, post the error emessage to slack. This request is not processed in a normal execution, it is only triggered when any error has occurred.
Request Body
{"attachments"=>[{"title"=>"Sorry, that didn't work. Please try again.", "color"=>"danger", "text"=>"{{error_message}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |