Broadcast event to all
Trigger a broadcast event to all existing subscribers, could be used to send announcements, etc. In the future could be used to trigger events to a subset of subscribers based on defined filters.
Headers
A header for idempotency purposes
Request body
Example request
{
"payload": {
"comment_id": "string",
"post": {
"text": "string"
}
},
"overrides": {
"steps": {
"email-step": {
"providers": {
"sendgrid": {
"templateId": "1234567890"
}
},
"layoutId": "step-specific-layout"
}
},
"channels": {
"email": {
"layoutId": "promotional-layout-2024"
}
},
"providers": {
"sendgrid": {
"templateId": "1234567890"
}
}
},
"agentId": "support-agent",
"actor": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"phone": "+1234567890",
"avatar": "https://example.com/avatar.jpg",
"locale": "en-US",
"timezone": "America/New_York"
}
}Response
OK
Changes
Changed in 5 of the 12 revisions of this API.27
- ▲
removed the enum value
novu-agent-chatof the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-removed
- ○
added the new
novu-web-chatenum value to the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
novu-web-chatof the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-removed
- ○
added the new
novu-agent-chatenum value to the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-added
- ▲
- ○
added the new optional request property
agentIdnew-optional-request-property
- ○
- ○
added the new
novu-web-chatenum value to the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new
lineenum value to the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-added
- ○
added the new
sendblueenum value to the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-added
- ○
added the new
webex-messagingenum value to the request propertyactor/oneOf[SubscriberPayloadDto]/channels/items/providerIdrequest-property-enum-value-added
- ○