post
/{tenantId}/v1/notifications/alerts/{alertId}/test-emailSend test email for alert
Requires Authentication
Notifications
Sends a test notification email to a specified recipient
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
alertIdrequired | string (uuid) | Billing alert UUID |
Request Body
required
recipientIdstring (uuid)
required
- The ID of the email recipient to send the test toResponses
Test email sent
Code Examples
curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts/{alertId}/test-email' \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"recipientId": "00000000-0000-0000-0000-000000000000"
}'