cURL
curl --request POST \ --url https://api.embedreach.com/api/communication-groups/{id}/test \ --header 'Content-Type: application/json' \ --data ' { "emailAddress": "<string>", "phoneNumber": "<string>", "previewAsRecipientId": "<string>" } '
{ "success": true, "message": "<string>", "data": { "id": "<string>" } }
Send a test email/sms to the specified communication group
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The id of the communication group
The email address to send the test to
The phone number to send the test to
The reach recipient id to preview as
Status 200 response
Show child attributes