Use broadcast messages to notify customers and leads about upcoming promotions, service updates, and events. Broadcast messages are emails that are sent to a specific group of customers, or all customers. For more information, see Create a broadcast message.
Retrieves a list of broadcast messages.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/broadcast-messages
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/broadcast-messages
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/broadcast-messages
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/broadcast-messages?limit=1000&offset=1000&sort=string&filter=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of broadcast messages retrieved.
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": [ … ] } ]