put https://{url}/autoMessage/
This endpoint allows you to update a previously created auto-message campaign.
- URL:
PUT - {{url}}/autoMessage/:id
- Parameter:
id- ID of the campaign.
- Body:
campaignName- Name of the campaign.
productIds- ID of the specific digital passport to target.
content- Content of the message. Check out the Message Schema.
audienceId- ID of the target audience.
status-DRAFTorCREATED.
- Success: The campaign data are returned.
