Enable or disable keyword filtering for a campaign. Filtering must be enabled before you can assign keyword filter lists to the campaign.
PATCH /v1/campaigns/{id}
Authorization: Bearer <access_token> or Authorization: Basic <encodedString> where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
id REQUIRED
string (UUID)
Unique ID assigned to the campaign in RocketCOMS.
filtering REQUIRED
boolean
Whether keyword filtering is enabled for the campaign. Must be enabled in order to add keyword filter lists to the campaign.
If successful, returns 200 Campaign Updated successfully.
SAMPLE REQUEST
{
"filtering": true
}
SAMPLE RESPONSE
{
200 Campaign Updated successfully
}
RocketCOMs is a powerful SMS marketing platform that empowers businesses with seamless support for multiple brands, intuitive campaign management, real-time analytics, and advanced formatting options for successful text message campaigns.