Sign in

Set conversation agent

documented

Assign an agent to a conversation.

PUT /v1/public/conversation/set-agentConversationno 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://api.octopush.com/v1/public/conversation/set-agent" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "api-key: {{OCTOPUSH_API_KEY}}" \
  -H "api-login: {{OCTOPUSH_API_LOGIN}}" \
  -d '{"conversation_id": "{{$conversation_id}}", "agent_id": "{{$agent_id}}"}'
Set conversation agent · Octopush · OpenIntegrations