Updates a broadcast message with a specified ID.
Broadcast message resource.
Use this filter to select customers during broadcast message processing.
This field uses the same syntax as the query filter, but without the filter= prefix. Examples: firstName:John, firstName:John;lastName:Doe.
Important: Do not URL encode the filter value.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/broadcast-messages/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/broadcast-messages/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/broadcast-messages/{id}
- SecretApiKey
- JWT
curl -i -X PATCH \
'https://www.rebilly.com/_mock/catalog/all/broadcast-messages/{id}' \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"filter": "firstName:John;lastName:Doe",
"title": "string",
"messages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"version": "string",
"weight": 75,
"templates": [
{
"from": "example@example.com",
"subject": "Demonstration subject",
"text": "Demonstration text",
"html": "<p>Demonstration text</p>",
"locale": "fr-FR"
}
]
}
],
"startSendingTime": "2019-08-24T14:15:22Z",
"status": "draft"
}'Broadcast message updated.
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
ID of the broadcast message.
Use this filter to select customers during broadcast message processing.
This field uses the same syntax as the query filter, but without the filter= prefix. Examples: firstName:John, firstName:John;lastName:Doe.
Important: Do not URL encode the filter value.
Date and time when the split test messages are scheduled to send.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
{ "id": "mail_bcst_0YV8XW5EXWDVEAP64XP8CY2X40", "filter": "firstName:John;lastName:Doe", "title": "string", "messages": [ { … } ], "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": [ { … } ] }