Request for HTTP endpoint to send templates and campaigns via API
complete
P
Philippe Cavalcante
Hello CorbitalTech team,
I’m a Tech Provider using the WhatsMark SaaS platform for high-scale, automated operations. I would like to request the implementation of specific HTTP endpoints to allow sending template messages and managing campaigns via API, such as:
POST /api/v1/send-template
POST /api/v1/campaigns
These endpoints would enable deeper integration with tools like n8n and other automation platforms, greatly improving performance in professional messaging infrastructures.
Currently, these actions are only available through the visual interface, which limits full automation. As a tech partner, I believe this improvement would benefit not only my operation but also other providers using the system.
Thank you for your attention. I’m available to support the development of this feature if needed.
Best regards,
C
Chirag Jagani
complete
P
Philippe Cavalcante
📄 Reference: Real-world API Examples (Whaticket SaaS)
To illustrate that this approach is technically feasible and already adopted by other providers, here are public examples from the Whaticket SaaS Template API:
- Basic Template with Variables
{
"phone": "5511999999999",
"template": "confirm_purchase",
"language": "pt_BR",
"variables": ["João", "123456"]
}
- Template with Button
{
"phone": "5511999999999",
"template": "confirm_button",
"language": "pt_BR",
"variables": ["João"],
"buttons": [
{
"type": "url",
"text": "Acompanhar Pedido",
"url": "https://meusite.com/pedido/123456"
}
]
}
- Template with Media Header
{
"phone": "5511999999999",
"template": "confirm_image",
"language": "pt_BR",
"variables": ["João"],
"media": {
"type": "image",
"link": "https://meusite.com/imagem.jpg"
}
}
These examples show how simple and powerful this kind of endpoint can be, enabling flexible use of pre-approved templates in structured automation.
Adding this capability would open up new integration use cases, reduce friction for Tech Providers, and significantly increase the platform’s appeal for B2B SaaS applications — especially in high-scale operations that rely on automated messaging.
I’d be glad to support testing or help define this feature if needed.
Thank you for considering this suggestion!
Best regards,
Philippe Cavalcante
chirag jagani
planned