Skip to content

sendWelcomeEmail

Send Welcome Email to Client

Arguments

input · SendWelcomeEmailInput · Parameters for SendWelcomeEmail

Returns

SendWelcomeEmailPayload

Example

mutation sendWelcomeEmail($input: SendWelcomeEmailInput) {
sendWelcomeEmail(input: $input) {
messages
success_string
}
}