Your suggested change has been received. Thank you.
Download OpenAPI specification:Download
With this API you can send templated emails.
Sends an email to invite the receiver to a Relationship.
tenant required | string Your tenant code. |
from required | string The email address of the sender of the email. This must be a verified domain. |
to required | string The email address of the receiver of the email. |
name required | string The name to address the receiver of the email. |
application required | string A human-readable name for the application to which the user is invited. |
actionUrl required | string The URL to which the user will be redirected when accepting the invitation. |
template | string Default: "relationship-invitation" The template to be used for the invitation. |
{- "from": "string",
- "to": "string",
- "name": "string",
- "application": "string",
- "actionUrl": "string",
- "template": "relationship-invitation"
}