-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace ortto External Embedded Webform for Onboarding guide #1548
Comments
Thanks @divine-comedian |
endpoint
body attributes
|
@divine-comedian activity is triggered but I didn't receive any email. Could you check please? |
Sorry about that @RamRamez - there was no journey connected to the activity - it should work now |
@divine-comedian I tested with three different email addresses but didn't get any email. |
OMG then I have to turn on each individual email - WHO DESIGNED THIS!!! It should work now @RamRamez 😅 |
@divine-comedian Journey is not triggered for |
@RamRamez - I can see it here in the activity panel, maybe it was a bit slow FYI you can only receive each email ONCE per email address |
@maryjaf @LatifatAbdullahi Please test and verify |
There is no problem in sending emails. |
@maryjaf We have this error for invalid address |
There is only the warning we give when user enters the text in an invalid email format. If I understood you correctly I would consider it out of scope to check if the user entered a real email address into the input box. |
@RamRamez - LMK when this passes QA and hits production so I can delete the other source API that's being used on the current production webform |
Currently we have an Onboarding guide listed on https://giveth.io/onboarding that includes a form for users to input their email to receive onboarding guide series of emails.
This webform is using an embedded external script, built by Ortto and uses it's own API key to make updates to our CRM and send emails out. Currently it is causing unpredictable behaviour in our CRM, such as changing the userId of customers in our CRM.
We should not use an external script an instead create the form directly into our website and call our API with explicitly the data and behaviour we want to update our CRM.
We also need to edit the journey that is sending this onboarding guide to look for the new activity that will trigger it.
Originally posted by @divine-comedian in #1494 (comment)
The text was updated successfully, but these errors were encountered: