Integrations
Airochat plays nice with all your favorite tools and platforms.
Browse integrationsShopify
E-commerce
WooCommerce
E-commerce
BigCommerce
E-commerce
Magento
E-commerce
HubSpot
CRM
Salesforce
CRM
Pipedrive
CRM
Zoho
CRM
Stripe
Payments
PayPal
Payments
Square
Payments
Google Sheets
Automation
Zapier
Automation
Make
Automation
Mailchimp
Klaviyo
Developer API
Use our REST API and webhooks to connect Airochat to any tool in your stack. Full documentation, SDKs, and code samples included.
Read API docs →// Send a message via the API
curl -X POST \
https://api.airochat.com/v1/messages
-H "Authorization: Bearer YOUR_KEY" \
-d '{
"to": "+1234567890",
"channel": "whatsapp",
"text": "Hello from Airochat!"
}'
Request an integration and we'll add it to our roadmap.