Create multichannel conversation
documentedCreate a new multichannel conversation.
POST /v1/public/conversation/createConversationno implementation yet0 runsNo 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://api.octopush.com/v1/public/conversation/create\" \
-X POST \
-H \"api-key: {{OCTOPUSH_API_KEY}}\" \
-H \"api-login: {{OCTOPUSH_SECRET}}\" \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-d '{\"contact_identifier\": \"{{$contact_identifier}}\", \"channel\": \"{{$channel}}\"}'