The event object for the custom-email-provider Actions trigger provides contextual information about the trigger execution.
event.client
Information about the Client with which this login transaction was initiated. The client id of the application the user is logging in to.
An object for holding other application properties.
The name of the application (as defined in the Dashboard).
event.connection
Details about the Connection that was used to authenticate the user. Hide connection properties
The connection’s unique identifier.
Metadata associated with the connection.
The name of the connection used to authenticate the user (such as twitter or some-g-suite-domain).
The type of connection. For social connections, event.connection.strategy === event.connection.name. For enterprise connections, the strategy is waad (Windows Azure AD), ad (Active Directory/LDAP), auth0 (database connections), and so on.
event.custom_domain
Details about the custom domain associated with the current transaction. Hide custom_domain properties
Custom domain metadata as key-value pairs.
event.notification
Hide notification properties
Email address of the sender for the email.
The locale we rendered the message in, example en_US, as defined in the BCP-47 specification.
The type of message that is being send, like verify_email or welcome_email. Possible values:
verify_email
verify_email_by_code
reset_email
reset_email_by_code
welcome_email
verification_code
mfa_oob_code
enrollment_email
blocked_account
stolen_credentials
try_provider_configuration_email
organization_invitation
Subject to be attached to the email.
Email address of the recipient.
event.organization
Details about the Organization associated with the current transaction. Hide organization properties
The Organization identifier.
The friendly name of the Organization.
Metadata associated with the Organization.
The name of the Organization.
event.request
The hostname that is being used for the authentication flow.
The originating IP address of the request.
The query string parameters sent to the authorization request.
The value of the User-Agent header received when initiating the transaction.
event.tenant
The friendly name for the tenant, usually a more human-readable version of the ID.
The home URL for the tenant, if defined and as found in its settings.
The logo URL for the tenant, if defined and as found in its settings.
The email to the tenant’s support service, if defined and as found in its settings.
The url to the tenant’s support service, if defined and as found in its settings.
event.transaction
Details about the current transaction for tracing purposes. Hide transaction properties
A unique identifier to correlate this request across multiple services for distributed tracing.
event.user
An object describing the user on whose behalf the current transaction was initiated. Custom fields that store info about a user that influences the user’s access, such as support plan, security roles, or access control groups.
(unique) User’s email address.
Indicates whether the user has verified their email address.
(unique) User’s unique identifier.
Custom fields that store info about a user that does not impact what they can or cannot access, such as work address, home address, or user preferences.
(unique) User’s username.
event.secrets
Secret values securely associated with this Action.