Integrations
Connect Mewayz with your favorite tools and services.
On this page
Payment Gateways Communication Cloud Storage Authentication / SSO Webhooks Zapier / AutomationPayment Gateways
Stripe
Accept credit card payments, manage subscriptions, and handle invoicing through Stripe.
- Go to Settings > Payment Methods
- Click "Connect Stripe"
- Enter your Stripe API keys (publishable and secret)
- Set up the webhook endpoint:
https://app.mewayz.com/stripe/webhook - Enable payment processing
Mewayz supports Stripe Checkout, Payment Intents, Subscriptions, and Customer Portal.
PayPal
Accept PayPal payments for invoices and subscriptions.
- Go to Settings > Payment Methods
- Click "Connect PayPal"
- Enter your PayPal Client ID and Secret
Communication
Slack
Receive notifications in Slack when events occur in Mewayz.
- New lead assigned
- Deal status changed
- Invoice paid
- Task completed
- Leave request submitted
Configure in Settings > Integrations > Slack.
Email (SMTP)
Send emails through your own SMTP server or a service like SendGrid, Mailgun, or Amazon SES.
MAIL_MAILER=smtp
MAIL_HOST=smtp.example.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=your-password
MAIL_ENCRYPTION=tls
Cloud Storage
Store files and attachments in the cloud:
| Provider | Configuration |
|---|---|
| Local | Default. Files stored on server. |
| Amazon S3 | Set AWS credentials in Settings > Storage |
| Google Cloud Storage | Upload service account JSON |
| DigitalOcean Spaces | S3-compatible configuration |
Authentication / SSO
Enable single sign-on for your team:
- Google OAuth -- Sign in with Google accounts
- Microsoft Azure AD -- Enterprise SSO
- SAML 2.0 -- Connect any SAML-compatible identity provider
Configure in Settings > Authentication.
Webhooks
Mewayz can send HTTP POST requests to your endpoints when events occur.
Available Events
contact.created/contact.updated/contact.deleteddeal.created/deal.stage_changed/deal.won/deal.lostinvoice.created/invoice.paid/invoice.overduetask.created/task.completedemployee.created/employee.leave_requested
Webhook Payload Example
{
"event": "invoice.paid",
"timestamp": "2026-03-21T10:30:00Z",
"data": {
"invoice_id": 456,
"amount": 1500.00,
"currency": "USD",
"customer_name": "Acme Corp"
}
}
Zapier / Automation
Connect Mewayz to 5,000+ apps through Zapier. Popular automations:
- New lead in Mewayz → Add row to Google Sheets
- Invoice paid in Mewayz → Send Slack notification
- New contact in HubSpot → Create contact in Mewayz
- Form submission (Typeform) → Create lead in Mewayz