API keys
Create scoped credentials for your application.
Connect a channel, send a message and receive updates through webhooks.
Create scoped credentials for your application.
Work with messages, participants and replies.
Send typed content and attachments.
Manage approved messages and languages.
Receive signed events for incoming messages and delivery.
Inspect requests and outcomes in the console.
Complete setup in the console.
Use a scoped key on your server.
Receive messages and delivery events.
curl https://api.tidymessages.com/v1/messages \
-H "Authorization: Bearer $TIDY_MESSAGES_KEY" \
-H "Idempotency-Key: order-4821-update" \
-H "Content-Type: application/json" \
-d '{
"to": "+15550102020",
"channel": "whatsapp",
"content": { "type": "text", "text": "Your order is ready." }
}'