HTTP POST SMS Campaign Builder
Message customers2 min readUpdated 2026-03-12
HTTP POST SMS Campaign Builder
Use HTTP POST requests to trigger SMS campaigns from external systems — CRMs, marketing automation platforms, or custom applications. This enables automated campaign creation without manual JustCall dashboard interaction.
How It Works
- An external system sends an HTTP POST request to a JustCall webhook endpoint.
- The request includes recipient phone numbers, message content, and sending number.
- JustCall creates and sends the campaign automatically.
Setup
- Go to SMS/MMS → Bulk SMS → Integrations or API.
- Find the HTTP POST Campaign section.
- Copy the webhook URL and authentication token.
- Configure your external system to send POST requests with the required payload:
{
"phone_numbers": ["+15551234567", "+15559876543"],
"message": "Your message here. Hi {{name}}!",
"from_number": "+15550001111",
"campaign_name": "March Promotion"
}
- Test with a small list before sending to your full contact base.
Use Cases
- CRM workflow triggers — send a campaign when contacts move to a specific pipeline stage.
- E-commerce events — trigger abandoned cart or order confirmation SMS from your platform.
- Marketing automation — connect Keap, ActiveCampaign, or other platforms that support HTTP POST actions.
Related Articles
Was this helpful?