Updates a broadcast message with a specified ID.
Broadcast message resource.
Broadcast message updated.
startSendingTime required | string <date-time> Date and time when the message is scheduled to send. | ||||||||
id | string <= 50 characters ID of the broadcast message. | ||||||||
filter | string Use this filter to select customers during broadcast message processing. This field uses the same syntax as the
| ||||||||
title | string Title of the message. This title displays in reports. | ||||||||
Array of objects non-empty List of messages. | |||||||||
Array (non-empty)
| |||||||||
splitTestStartTime | string <date-time> Date and time when the split test messages are scheduled to send. | ||||||||
status | string Status of the broadcast message. | ||||||||
createdTime | string <date-time> (CreatedTime) Date and time which is set automatically when the resource is created. | ||||||||
updatedTime | string <date-time> (UpdatedTime) Date and time which updates automatically when the resource is updated. | ||||||||
Array of objects (SelfLink) Related links. | |||||||||
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "filter": "firstName:John;lastName:Doe",
- "title": "string",
- "messages": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version": "string",
- "weight": 75,
- "templates": [
- {
- "from": "example@example.com",
- "subject": "Sujet de démonstration",
- "text": "Texte de démonstration",
- "html": "<p>Texte de démonstration</p>",
- "locale": "fr-FR"
}
]
}
], - "startSendingTime": "2019-08-24T14:15:22Z"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "filter": "firstName:John;lastName:Doe",
- "title": "string",
- "messages": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version": "string",
- "weight": 75,
- "templates": [
- {
- "from": "example@example.com",
- "subject": "Sujet de démonstration",
- "text": "Texte de démonstration",
- "html": "<p>Texte de démonstration</p>",
- "locale": "fr-FR"
}
]
}
], - "splitTestStartTime": "2019-08-24T14:15:22Z",
- "startSendingTime": "2019-08-24T14:15:22Z",
- "status": "draft",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}