Integrations

Connect Textcanon to your stack

Native integrations, a REST API, and Zapier support mean Textcanon slots into your existing tools in minutes — not weeks.

E-commerceCRMAutomationMarketingPaymentsDeveloperNotificationsProductivity

All integrations

8 live · 4 coming soon

Shopify

E-commerce

Sync your Shopify store to trigger SMS campaigns on purchases, abandoned carts, order updates, and product restocks.

Connect

WooCommerce

E-commerce

Connect your WordPress store to automate order confirmations, shipping alerts, and win-back flows via SMS.

Connect

HubSpot

CRM

Use HubSpot contact properties and lifecycle stages to trigger personalised SMS messages at exactly the right moment.

Connect

Zapier

Automation

Connect Textcanon to 6,000+ apps without writing a line of code. Trigger messages from any Zap in minutes.

Connect
Coming soon

Klaviyo

Marketing

Coordinate SMS and email campaigns using Klaviyo flows. Share segments and suppression lists across both channels.

Coming soon

Salesforce

CRM

Trigger Textcanon campaigns from Salesforce workflow rules, journeys, and opportunity stage changes.

Stripe

Payments

Send payment confirmation texts, failed payment nudges, and subscription renewal reminders via Stripe webhooks.

Connect

Webhook

Developer

Receive real-time event payloads for every message sent, delivered, failed, or replied to — in your own systems.

Connect

REST API

Developer

Full programmatic access to campaigns, contacts, segments, and analytics. Versioned API with comprehensive documentation.

Connect
Coming soon

Slack

Notifications

Receive Slack alerts when campaigns finish sending, when reply rates spike, or when important delivery errors occur.

Coming soon

Google Sheets

Productivity

Import contact lists from Google Sheets and push campaign performance metrics back to your reporting spreadsheets.

Mailchimp

Marketing

Sync Mailchimp audiences to Textcanon and run coordinated SMS + email campaigns with shared contact data.

Connect
Developer API

Build your own integration

The Textcanon REST API gives you full programmatic access to every feature in the platform — contacts, segments, campaigns, automations, and analytics.

RESTful endpoints with consistent JSON responses
Bearer token auth — generate keys from your dashboard
Webhook events for every message state change
Idempotency keys to prevent duplicate sends
Rate limits clearly documented with retry guidance
POST /v1/campaigns
curl -X POST https://api.textcanon.com/v1/campaigns \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Flash Sale — Summer Collection",
    "message": "Hi {{first_name}} 👋 Our summer sale is live. 20% off everything today only. Shop now: {{link}}",
    "segment_id": "seg_04xJ8mKpQ",
    "send_at": "2026-06-15T10:00:00Z",
    "track_clicks": true
  }'
201 Created — campaign scheduled successfully

Start connecting today

Free plan includes API access. No credit card required to get started.

Create free account Talk to an engineer