POST /rpc
content-type: text/yaml
method: smartbox.portal.rpc/send-email-templates
params:
email: 'email@example.com' # 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@example.com'
template_id: 'reset-user-password' # the only template being sent
The list of available email templates can be found .
By default, the RPC method smartbox.portal.rpc/send-email-templates is not publicly accessible. Use Aidbox Rest Console to send the RPC requests
By default,admin user doesn't have name.givenName and name.familyName properties. If your template expects such properties, you should add it