execute slack compatible webhook
POST {{baseUrl}}/webhooks/:webhook_id/:webhook_token/slack?wait=<boolean,null>&thread_id=<string,null>
Execute a Slack-compatible webhoook
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
wait | string | ||
thread_id | string |
Request Body
[{"name"=>"text", "value"=>"<string,null>", "datatype"=>"string"}, {"name"=>"username", "value"=>"<string,null>", "datatype"=>"string"}, {"name"=>"icon_url", "value"=>"<string,null-uri>", "datatype"=>"string"}, {"name"=>"attachments", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
"\u003cstring,null\u003e"