Test
Send test email notifications (NBG)
Trigger transactional emails for NBG sandbox users via the same create-and-send path as production.
POST
Send test email notifications (NBG)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
NBG transactional email template_id sent to /v1/notifications/email/transactional.
Available options:
email_account_verified, email_monthly_investment, email_account_deletion_requested, email_account_deletion_completed, email_account_deletion_completed_inactive Example:
"email_account_verified"
MongoDB ObjectId of the NBG user to email.
Pattern:
^[a-f0-9]{24}$Example:
"64f0c51e7fb3fc001234abcd"
Optional key/value map sent to NBG as custom_data.
Example:
{ "payment_url": "/" }Send test email notifications (NBG)