Trigger welcome email webhook #11
-
What steps would I take to trigger a welcome email when a user is created manually by an admin in the backend of Swell? |
Beta Was this translation helpful? Give feedback.
Answered by
logeshswell
Nov 30, 2022
Replies: 1 comment
-
If Customer Welcome notification is enabled, then the welcome email will be triggered for every new customer that you create manually with a default password set.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
logeshswell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If Customer Welcome notification is enabled, then the welcome email will be triggered for every new customer that you create manually with a default password set.
password
field is not present while creating a customer, then it won't trigger the welcome email. But, you can override this password check by following the below steps:/:notifications/com.accounts.welcome.v2
.conditions
field or leave it empty as per your need and update it via PUT request.