Resources
Integrations
Connect Sendable with your favorite tools and platforms.
No-Code Platforms
Zapier
Connect Sendable with 5000+ apps. Automate workflows without coding.
Make (Integromat)
Visual workflow builder with conditional logic and data transformation.
n8n
Self-hosted workflow automation. Full control with open source.
Database Connectors
Supabase
Store webhook events in PostgreSQL with real-time subscriptions.
Neon
Serverless Postgres with generous free tier for webhook storage.
PlanetScale
MySQL-compatible serverless database for webhook data.
Framework SDKs
Next.js
Full-stack React framework with API routes and server components.
Express.js
Fast, unopinionated web framework for Node.js.
Fastify
High-performance web framework with low overhead.
Custom Integration
Build your own integration using our API:
// Example: E-commerce integration
async function notifyOrderStatus(order) {
const messages = {
confirmed: `Order #${order.id} confirmed!`,
shipped: `Order #${order.id} shipped! Track: ${order.tracking}`,
delivered: `Order #${order.id} delivered!`,
}
await sendMessage(order.customerPhone, messages[order.status])
}Request an Integration
Need a specific integration? Contact us at [email protected]