Sign in

Send RCS message

documented

Send an RCS message.

POST /v2/rcs/messagesRCSno 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.transmitmessage.com/v2/rcs/messages" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{KUDOSITY_API_KEY}}" \
  -d '{"to": "{{$recipient}}", "agent_id": "{{$agent_id}}", "content_message": {"text": "{{$text}}"}, "message_ref": "{{$message_ref}}"}'
Send RCS message · Kudosity · OpenIntegrations