Message a new lead the moment it arrives
A form or CRM trigger fires, a Formatter step normalises the phone number to international format, and a Custom Request sends the first message. A delay step in front of it keeps the reply from arriving suspiciously instantly.
POST /messages/text Send a text message
curl --request POST \
--url https://api.wapito.com/v1/messages/text \
--header 'Authorization: Bearer wpt_YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"to":"+15551234567","body":"Your order #4182 has shipped. Track it here: https://acme.example/t/4182","typing_time":3}'