Send a confirmation after a form submission
A form piece triggers the flow, a Code piece normalises the number, and the HTTP piece sends the confirmation. Self-hosting means the form data never leaves your infrastructure on the way to WhatsApp.
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}'