Define how your message will look with a simple API call.
curl -X POST \
'https://api.plazbot.com/api/template' \
--header 'Accept: */*' \
--header 'Authorization: Bearer token............' \
--header 'Content-Type: application/json' \
--data-raw '{"workspaceId": "wok_............","userId": "usr_............","elementName": "saludo01","languageCode": "es","category": "MARKETING","templateType": "TEXT","components": [{"type": "BODY","text": "Hola {{1}} :wave:, te recordamos que tu cita es para el dia de hoy con el Doctor García.\n:date: Desea confirmar o Cancelar?","variables": [{"variable": "1","example": "Tomás"}]},{"type": "FOOTER","text": "Servicio enviado por la Clinica ABC"},{"type": "BUTTONS","buttons": [{"type": "QUICK_REPLY","text": "Confirmar"},{"type": "QUICK_REPLY","text": "Cancelar"}]}]}'
Step 2
Send a Message Using the Template
Send personalized WhatsApp messages to your audience in seconds.