Trust Centers
Send Trust Center update notifications to specific subscribers
Sends notifications for a specific Trust Center update to specific subscribers. At least one subscriber group or email address is required.
The total number of resolved, deduplicated recipient emails must not exceed 5,000. If exceeded, a 422 error is returned. Narrow your filters or split across multiple requests.
post/trust-centers/{slugId}/updates/{updateId}/notify-specific-subscribers
Path parameters
slugIdstring required
updateIdstring required
Request body
Example request
{
"customerTrustAccounts": {
"customFieldsFilter": [
{
"label": "enterprise_id",
"value": [
"ent_123",
"ent_456"
]
}
],
"tagsByCategory": [
{
"categoryId": "507f1f77bcf86cd799439011",
"tagIds": [
"507f1f77bcf86cd799439012"
]
}
]
}
}Response
Ok