POST
/
api
/
v1
/
message
/
webhook
/
user
User Webhook
curl --request POST \
  --url https://services.staging.app.dados.rio/eai-agent-gateway/api/v1/message/webhook/user \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "user_number": "<string>",
  "previous_message": "<string>",
  "message": "<string>",
  "metadata": {},
  "provider": "google_agent_engine"
}'
"<any>"

Authorizations

Authorization
string
header
required

Insira o token Bearer para autenticação. Exemplo: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.