Inbound Message Webhook
Sent when someone texts an agent whose inbound mode is ‘notify’. RevRing forwards the incoming message so your system can reply (via the Send Message API). In ‘auto_reply’ mode RevRing replies automatically and no webhook is sent.
Authorizations
API key for authentication. Generate API keys from the RevRing dashboard.
Body
"message_received"
The contact's number (E.164)
"+14155551234"
Your number that received the text (E.164)
"+12025559999"
The text content of the incoming message
"Yes, that time works for me"
Your organization ID
The agent that owns the number that received the text
RevRing's id for the thread with this contact; use it with the messages log to read the full conversation
Your provider's id for the inbound message
Response
Acknowledge receipt. RevRing does not require a response body and does not retry.
true