Templates & campaigns

Reusable, personalised templates and the bulk-send campaign flow behind the SimpliSend dashboard.

GET/templates

List saved message templates.

POST/templates

Create a template. Body may contain {{variableName}} placeholders resolved from a contact's mapped fields at send time.

PATCH/templates/:id

Update a template.

DELETE/templates/:id

Delete a template.

GET/campaigns

List campaigns and their status.

POST/campaigns

Create a campaign - a message (raw or template) targeted at a contact list or segment.

GET/campaigns/:id

Campaign detail, including per-message delivery status.

POST/campaigns/:id/send

Send a created campaign. Each message runs through content moderation before sending.

POST/webhooks/alltelecoms/dlr

Delivery report webhook from the SMS vendor (MyMobileAPI). Configure this URL in their control panel - this is inbound from the vendor, not something you call.

Public - signature-verified, not user-authenticated.

GET/admin/alltelecoms/balance

The platform's own balance with the upstream SMS vendor.

Platform-admin only.