Sign in

Open conversation

documented

Open or resume a direct message or multi-person direct message.

POST /api/conversations.openConversationsno 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/conversations.open" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"users": "{{$users}}", "return_im": {{$return_im}}}'
Open conversation · Slack · OpenIntegrations