put https://edge.blooio.com/v1/api/config/webhook
Configure the webhook URL that will receive all message events. Once configured, your endpoint will receive POST requests with the following event types:
message.received
- When you receive an inbound messagemessage.sent
- When your outbound message is sent to the carriermessage.delivered
- When your outbound message is delivered to the recipientmessage.failed
- When your outbound message fails to delivermessage.read
- When your outbound message is read by the recipient (iMessage only, recipient must have read receipts enabled)
See the webhook event schemas for detailed payload formats.