For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integrations

SMS delivery providers.

Where: SMS → Integrations · /projects/<project>/sms/integrations

An SMS integration is the delivery provider that actually sends your messages. Creating an integration does not send anything by itself — it makes the provider available to campaigns, triggers, and template tests.

SMS → Integrations.

What you can do here

The list shows Integration Name, Provider, Enabled, and a Default badge (defaults are set per environment). Add New Integration opens the provider picker: Twilio, Vonage, Plivo, Telnyx, Bird, Telesign, Sinch, and Fake SMS (Test Me) — a built-in sandbox that never sends a real text (fixed sender +15550000000, name "Test Me"; one per project). Each provider form asks for its own credentials and sender, and lets you test the connection with a real phone number, enable or disable the integration, and set it as the default.

If more than one integration is active and none of them is the default, the page shows a warning — sends that do not name a provider need a default one.

Setup steps for each provider are under Providers.

Use it from code

Notifications → SMS.

API reference

Endpoints: Get integrations, Save integration, Test integration, Set as default, Enable, Disable.

Last updated