cURL
curl --request POST \ --url https://api.example.com/api/Messages/Emails/Exclusion \ --header 'Content-Type: application/json' \ --data ' { "data": [ { "id": 123, "email": "<string>" } ], "emailAddresses": [ "<string>" ] } '
Add Sender/Recipient from multiple emails to Users exclusion List.
Show child attributes
OK
Was this page helpful?