post https://iris-backend-production.up.railway.app/api/public/whatsapp/message/programmed/create
Send a specific template message to a given phone number at a given time.
Log in to see full request history
Response
201Send a specific template message to a given phone number at a given time.
201xxxxxxxxxx
curl --request POST \
--url https://iris-backend-production.up.railway.app/api/public/whatsapp/message/programmed/create \
--header 'content-type: application/json' \
--data '
{
"channel": "whatsapp"
}
'
Try It!
to start a request and see the response here!