Receive Messages
Receive inbound messages and receipts via webhooks.
Inbound messages are delivered to your webhook endpoint as `message.received` events. Return 200 quickly and process asynchronously.
- Verify the signature on every payload
- Use an idempotency key from the event id
- Do not block the response on heavy work