Rich conversations
Send text, images and replies in the channels your customers use.
Explore formatsExample conversation
Your order is ready for pickup.
Perfect. I’ll be there at 4.
Delivered

Send text, images and replies in the channels your customers use.
Explore formatsYour order is ready for pickup.
Perfect. I’ll be there at 4.
Track delivery and replies through webhooks and the console.
message.deliveredStart with a pilot, then choose the channels and volume you need.
View plansSend a request. Receive a reply. Build with the stack you already use.
API overviewcurl 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." }
}'Connect with HTTPS and webhooks.
Keep provider credentials on your server.
Connect a sender and test your workflow.