You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user completes their Giveth profile for the first time we would like to send them some onboarding emails in a journey.
A new activity should be called in Ortto called created-profile when a user completes their profile for the first time - this activity is already setup in Ortto
sending a POST request to https://api-us.ortto.app/v1/activities/create it will have these fields:
I checked our user flow and I think the best solution for this is to call this new request when user fills their email address for the first time (email address changes from null to string)
When a user completes their Giveth profile for the first time we would like to send them some onboarding emails in a journey.
A new activity should be called in Ortto called
created-profile
when a user completes their profile for the first time - this activity is already setup in Orttosending a POST request to
https://api-us.ortto.app/v1/activities/create
it will have these fields:cc: @krmet
The text was updated successfully, but these errors were encountered: