POST Bulk Action on SMS Campaigns​
POST
/sms/campaigns/do-bulk-action
Perform bulk actions on multiple SMS campaigns. Supported actions: delete_campaigns (permanently deletes campaigns and their data) and apply_labels (attaches labels to campaigns). Use select_all to target all campaigns. PRO (requires FluentCampaign Pro SMS module).
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Request Body​
application/json
JSON
{
"action_name": "string",
"campaign_ids": [
0
],
"select_all": "string",
"labels": [
0
]
}
Responses​
Bulk action completed successfully.
application/json
JSON
{
"message": "string"
}