POST /chat.update
Updates a message.
Servers
- https://slack.com/api
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
token |
String | Yes |
Authentication token. Requires scope: |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
parse |
String | No |
Change how messages are treated. Defaults to |
channel |
String | Yes |
Channel containing the message to be updated. |
text |
String | No |
New text for the message, using the default formatting rules. It's not required when presenting |
ts |
String | Yes |
Timestamp of the message to be updated. |
as_user |
String | No |
Pass true to update the message as the authed user. Bot users in this context are considered authed users. |
attachments |
String | No |
A JSON-based array of structured attachments, presented as a URL-encoded string. This field is required when not presenting |
link_names |
String | No |
Find and link channel names and usernames. Defaults to |
blocks |
String | No |
A JSON-based array of structured blocks, presented as a URL-encoded string. If you don't include this field, the message's previous |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.