Build with the tools you already use.
SendiMessage is a plain HTTP API, so it works with any language, framework, CRM, store, or helpdesk. Every label below is honest: it tells you whether a tested example, an integration guide, or plain HTTP compatibility is what exists today.
AI & Voice AI
Give AI agents and voice platforms a managed messaging channel — send, receive replies, continue the workflow.
Five reusable end-to-end patterns for wiring an AI agent to real customer messaging.
View AI Agent Workflows integration →After any AI phone call, send a text follow-up and handle the reply — platform-neutral.
View Voice AI Post-Call Follow-Up integration →After a Vapi call ends, send a follow-up text and handle the reply through the SendiMessage API and webhooks.
View Vapi integration →After a Retell AI call ends, send a follow-up text and handle the reply through the SendiMessage API and webhooks.
View Retell AI integration →Languages
Copy-paste HTTP examples for every major language.
The reference request — copy, set your key, and send.
View cURL integration →Official npm SDK — zero dependencies, full API coverage.
View JavaScript integration →Official SDK with full TypeScript definitions included.
View TypeScript integration →Official SDK on Node 18+, including the media upload flow.
View Node.js integration →Official PyPI SDK — pure standard library, no dependencies.
View Python integration →Official Composer SDK — needs only ext-curl and ext-json.
View PHP integration →Official Go module — standard library only, context-aware.
View Go integration →Net::HTTP example, standard library only.
View Ruby integration →java.net.http.HttpClient example, JDK 11+.
View Java integration →Scripted sends for cron jobs and ops tooling.
View Bash / Shell integration →JVM HttpClient example — full guide in review.
View Kotlin integration →URLSession example for server-side Swift — guide in review.
View Swift integration →reqwest example — full guide in review.
View Rust integration →package:http example for Dart backends — guide in review.
View Dart integration →Req example for Elixir/Phoenix backends — guide in review.
View Elixir integration →clj-http example — guide in review.
View Clojure integration →sttp example — guide in review.
View Scala integration →LWP::UserAgent example — guide in review.
View Perl integration →Frameworks
Server-side patterns for the stacks you already run.
Official PHP SDK in a queued job — clean, retryable sends.
View Laravel integration →Official SDK in a route handler — key stays on the server.
View Next.js integration →Browser-safe pattern: your UI calls your backend, never the API.
View React integration →Official SDK: send route + verified webhook route in one app.
View Express integration →Official Python SDK service + webhook view for delivery events.
View Django integration →ActiveJob-friendly service + webhook controller.
View Ruby on Rails integration →RestClient service bean + webhook @PostMapping.
View Spring Boot integration →IHttpClientFactory + minimal API endpoints.
View ASP.NET Core integration →Browser-safe pattern via your own backend — guide in review.
View Vue integration →server/api route keeps the key in Nitro — guide in review.
View Nuxt integration →HttpClient to your own backend — guide in review.
View Angular integration →Browser-safe pattern via your backend — guide in review.
View Svelte integration →+server.ts endpoint with $env/static/private — guide in review.
View SvelteKit integration →Action functions run server-side — guide in review.
View Remix integration →API endpoints in SSR/hybrid mode — guide in review.
View Astro integration →Injectable messaging service + webhook controller — guide in review.
View NestJS integration →Route pair for sends and webhooks — guide in review.
View Fastify integration →Middleware-style send + webhook routes — guide in review.
View Koa integration →Official PHP SDK as a service — guide in review.
View Symfony integration →Official PHP SDK via Composer — guide in review.
View CodeIgniter integration →wp_remote_post from hooks and plugins — guide in review.
View WordPress integration →Guzzle http_client service — guide in review.
View Drupal integration →Official Python SDK send + webhook route — guide in review.
View Flask integration →Official Python SDK + webhook endpoint — guide in review.
View FastAPI integration →Official Go module in handlers — guide in review.
View Gin integration →Express-style Go routes — guide in review.
View Fiber integration →Handler-based send + webhook — guide in review.
View Echo integration →CRM
Trigger messages from CRM workflows and sync events back.
Trigger messages from Flow or Apex and log events back through webhooks.
View Salesforce integration →Trigger sends from Workflows or custom code actions; return replies via webhooks.
View HubSpot integration →Fire sends from GHL Workflows via the Webhook action; return replies to a sub-account webhook.
View GoHighLevel integration →Deluge functions call the API on workflow rules; replies return via webhooks.
View Zoho CRM integration →Automations + webhooks connect deal events to messaging.
View Pipedrive integration →Power Automate flows bridge Dataverse events to messaging.
View Microsoft Dynamics 365 integration →Workflow webhooks post deal and contact events to the API.
View Freshsales integration →Board automations + webhook recipes trigger messages on item changes.
View Monday Sales CRM integration →Automated actions in Python call the API server-side.
View Odoo CRM integration →Business processes + outbound webhooks trigger API sends.
View Bitrix24 integration →Workflow automation via webhooks — full guide in review.
View Copper CRM integration →Workflow triggers via webhooks — full guide in review.
View Close CRM integration →AppConnect or webhooks bridge events — full guide in review.
View Insightly integration →SugarBPM + web logic hooks — full guide in review.
View SugarCRM integration →Open-source workflows + PHP logic hooks — full guide in review.
View SuiteCRM integration →Process designer web services — full guide in review.
View Creatio integration →Middleware/iPaaS integration — full guide in review.
View SAP CRM integration →OIC integration flows — full guide in review.
View Oracle CX integration →SuiteScript scheduled/user event scripts — full guide in review.
View NetSuite CRM integration →E-commerce
Order and delivery updates from your commerce platform.
Shopify webhooks feed order events into messaging.
View Shopify integration →Order-status hooks send directly from your WordPress server.
View WooCommerce integration →Observers or webhooks trigger sends on order milestones.
View Magento (Adobe Commerce) integration →Order webhooks into your handler — full guide in review.
View BigCommerce integration →Module hooks on order status — full guide in review.
View PrestaShop integration →Event system + PHP cURL — full guide in review.
View OpenCart integration →Flow Builder webhooks — full guide in review.
View Shopware integration →OCAPI/SCAPI hooks via middleware — full guide in review.
View Salesforce Commerce Cloud integration →Velo backend events — full guide in review.
View Wix Stores integration →Order webhooks via middleware — full guide in review.
View Squarespace Commerce integration →Customer Support
Ticket updates out, customer replies back in.
Triggers + webhook targets post ticket events to the API.
View Zendesk integration →Workflows webhooks + your handler bridge conversations to messaging.
View Intercom integration →Automation webhooks post ticket events straight to the API.
View Freshdesk integration →HTTP integrations trigger sends from ticket events.
View Gorgias integration →Workflows + webhooks via middleware — full guide in review.
View Help Scout integration →Rules + API via middleware — full guide in review.
View Front integration →Workflows + hooks via middleware — full guide in review.
View Kustomer integration →Workflow rules + Deluge — full guide in review.
View Zoho Desk integration →Flow on Case objects — full guide in review.
View Salesforce Service Cloud integration →Ticket workflows — full guide in review.
View HubSpot Service Hub integration →Automation
No-code bridges via HTTP modules and webhook triggers.
Webhooks by Zapier posts to the API from any trigger.
View Zapier integration →Incoming Webhooks post message events and replies into your channels.
View Slack integration →The HTTP module calls the API inside visual scenarios.
View Make integration →HTTP Request node + Webhook node cover both directions.
View n8n integration →The HTTP action bridges Microsoft 365 and Dynamics triggers to messaging.
View Microsoft Power Automate integration →HTTP connector in recipes — full guide in review.
View Workato integration →Node.js code steps with env-stored keys — full guide in review.
View Pipedream integration →HTTP Client connector — full guide in review.
View Tray.io integration →Webhooks service for simple applets — full guide in review.
View IFTTT integration →HttpOperator / Python tasks for pipeline alerts — full guide in review.
View Apache Airflow integration →Webhooks
Signed events for delivery status and incoming replies.
Every event is signed — verify the header before trusting it.
View Signed webhooks documentation →One signed delivery per event, with full API-side history to reconcile from.
View Delivery & reconciliation documentation →Infrastructure
The API foundation everything builds on.
JSON over HTTPS with key-pair auth — the foundation of every integration.
View REST API documentation →Managing projects and numbers as code is planned — not available yet.
View Terraform documentation →Use Cases
Integration patterns for common messaging workflows.
Give your AI agent a real phone presence: send, receive, and continue conversations over iMessage and SMS.
View AI Agent Messaging integration →One managed API between any CRM and SMS delivery.
View CRM SMS Integration integration →CRM events delivered over iMessage where supported, SMS elsewhere.
View CRM iMessage Integration integration →Outbound messages and customer replies in one CRM-visible loop.
View Two-Way CRM Messaging integration →Wire order events from any commerce stack into messaging.
View Order Update Messaging integration →Connect scheduling systems to reminders that actually arrive.
View Appointment Reminder Messaging integration →Dispatch and logistics events become timely customer messages.
View Delivery Notification Messaging integration →Helpdesk events out, customer replies back into the ticket.
View Customer Support Messaging integration →Don't see your platform?
Almost anything that can make an HTTPS request and receive a webhook already works today — see the webhook and REST API pages. Tell us which platform you'd connect and we'll prioritize native support by real demand.
Building for clients? See SendiMessage for agencies.