1
Get your API key
Sign in to your Blooio account and create an API key.
Keep your API key secret. Never commit it to source control.
2
Set your environment variable
Store your API key in an environment variable for local testing.
3
Send your first message
Use the Messages endpoint to queue a message.
Response includes
message_id
and status queued
.4
Receive webhook events
Configure your webhook URL to receive delivery updates and inbound messages.
See all webhook payloads in Webhook events. For local testing, use a tunneling tool and see Receive webhooks locally.
5
Track message status
Poll for status or retrieve full details.