Skip to main content
POST
/
v1
/
slack_update_message
slack_update_message
curl --request POST \
  --url https://api.fetchbean.com/v1/slack_update_message \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel": "<string>",
  "ts": "<string>",
  "text": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
channel
string
required
ts
string
required
text
string

Response

Success

The response is of type object.