Use email notifications to keep customers informed on events, and to inform them of events that may require action on their end. Email notifications are targeted email messages that can be plain text or HTML.
Email notifications can also be used to notify teammates about new customers, blocklist matches, risk score changes, and more. For more information, see Email notifications.
Retrieves a list email notification events.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/email-notifications
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/email-notifications
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/email-notifications
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/email-notifications?limit=1000&offset=1000' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of email notification events retrieved.
Array []
Type of Rebilly event.
Enum:"account-password-reset-requested""account-verification-requested""aml-list-possibly-matched""application-instance-disabled""application-instance-enabled""balance-transaction-settled""coupon-application-removed""coupon-applied""coupon-expiration-modified""coupon-expired"
Response
[ { "eventType": "account-password-reset-requested", "count": 0, "activeCount": 0, "notifications": [ … ], "_links": [ … ] } ]