Check email templates
This guide explains how you can check all your email templates
Send all populated templates to your email
POST /rpc
content-type: text/yaml
method: smartbox.portal.rpc/send-email-templates
params:
email: '[email protected]' # emails are sent to this email address
Send a certain populated template
POST /rpc
content-type: text/yaml
method: smartbox.portal.rpc/send-email-templates
params:
email: '[email protected]'
template_id: 'reset-user-password' # the only template being sent
The list of available email templates can be found here.
Last updated
Was this helpful?