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"
}
]
}
]
}'
curl -X POST
'https://api.plazbot.com/api/conversation'
--header 'Accept: */*' \
--header 'Authorization: Bearer token............' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "+51985784562",
"destination": "+51987451256",
"template": "saludo01"
}'
The platform that empowers developers with robust APIs, seamless integrations, and a community-driven approach to building smarter solutions.
Use our robust API to connect WhatsApp with your platform in minutes.
Easily send high-volume campaigns or notifications with reliability.
From startups to enterprises, our infrastructure supports your growth effortlessly.
Access detailed guides, SDKs, and tutorials to simplify implementation.
With flexible APIs, you can customize and optimize messaging for any use case.