v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
User Actions

Send test message

Sending a test message to a specified message broker

post/cloud/v1/user_actions/subscribe_amqp_test

Request body

connection_stringstring required

Connection string of the following structure "scheme://username:password@host:port/virtual_host"

exchangestring

Exchange name

routing_keystring

Routing key

Example request

{
  "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
  "exchange": "exchange",
  "routing_key": "routing_key"
}

Response

No Content