Update campaignAsk AIput https://api.indigitall.com/v2/chat/{applicationId}/campaign/{campaignId}Update a specific campaign for a given applicationPath ParamsapplicationIdintegerrequiredApplication's IDcampaignIdintegerrequiredCampaign's IDBody ParamsenabledbooleanIndicates whether a specific campaign is active or nottruefalsetitlestringCampaign titlechannelTypesarray of objectslength ≥ 1List of channel types associated with the campaign. The channel types are used to determine the channels that will be used to send campaign messages. At least one channel type is required.channelTypes stringcloud_apicloud_apiADD stringmessageContentarray of objectslength between 1 and 5List of message contents associated with the campaign. This parameter is used to determine the content from the messages that will be sent to users through the campaign. At least one message is required and a maximum of 5 messages can be defined.messageContent objectCHS_Body_MessageContent_SchemaCHS_Location_MessageContent_SchemaCHS_Multimedia_MessageContent_SchemaCHS_Template_MessageContent_SchemaCHS_Interactive_MessageContent_SchemaCHS_Event_MessageContent_SchemabodystringrequiredText messageADD CHS_Body_MessageContent_Schema | CHS_Location_MessageContent_Schema | CHS_Multimedia_MessageContent_Schema | CHS_Template_MessageContent_Schema | CHS_Interactive_MessageContent_Schema | CHS_Event_MessageContent_SchemaResponses 200Retrieve information about a specific campaign for a given application 400Bad request 403Forbidden 404Not found 500Internal server errorUpdated 15 days ago