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

Settings

Disable the SMS module for this project.

Where: SMS β†’ Settings Β· /projects/<project>/sms/settings

SMS Settings holds one panel: Disable SMS module. Disabling stops everything that depends on the channel. Templates and integrations stay saved, and you can enable the module again later from the SMS home page.

SMS β†’ Settings.

What the panel shows

  • A warning card, What happens when you disable SMS: enabled triggers that send via SMS are turned off, scheduled SMS campaign tasks are disabled, and in-flight campaigns are stopped (batches already sending finish; no new batches start).

  • A live dependency list loaded from the project, grouped into Triggers, Scheduler tasks, and In-flight campaigns. If any dependencies exist, you must tick "I understand that disabling SMS will affect the items listed above" before the button unlocks.

  • The red Disable module button. After disabling, you are redirected to the SMS home page, which offers Enable again.

Use it from code

Notifications β†’ SMS.

API reference

Endpoints: Get disable dependencies, Disable SMS, Enable SMS.

Last updated