Sign in

Schedule message

documented

Schedule a message delivery to a channel or DM.

POST /api/chat.scheduleMessageMessagingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://slack.com/api/chat.scheduleMessage" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"channel": "{{$channel}}", "text": "{{$text}}", "post_at": {{$post_at}}, "as_user": {{$as_user}}, "attachments": {{$attachments}}, "blocks": {{$blocks}} }'
Schedule message · Slack · OpenIntegrations