Skip to main content

triggerContactSendWelcomeEmailEvent

Triggers a welcome email event for a contact, typically used after account creation or registration.

Authentication Required: Customer authentication or user management roles Authorization: Contact editor or owner roles Error Codes: CONTACT_NOT_FOUND_ERROR, EMAIL_SEND_ERROR, UNAUTHORIZED_ERROR

AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR (('user is authenticated') AND ('contactId if present in input matches JWT'))

triggerContactSendWelcomeEmailEvent(
input: TriggerContactSendWelcomeEmailEventInput!
): Boolean!

Arguments

triggerContactSendWelcomeEmailEvent.input ● TriggerContactSendWelcomeEmailEventInput! non-null input

Welcome email event configuration

Type

Boolean scalar

The Boolean scalar type represents true or false.