PUT Update SMS Campaign​
Update an existing SMS campaign. Only title, message_content, and settings can be updated. An optional next_step value can be stored as campaign meta. The message content allows only anchor (<a>) tags; all other HTML is stripped. PRO (requires FluentCampaign Pro SMS module).
Required capability: fcrm_read_emails
Route exists only while the SMS module is enabled; the policy returns false otherwise.
Enforced by SMSPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro with the SMS module enabled. While SMS is switched off the route is not registered at all and returns a 404.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
SMS campaign ID.
Request Body​
Responses​
SMS campaign updated successfully.