Skip to content
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

Send Ortto Acitivity when a user completes their profile for the 1st time. #1449

Closed
divine-comedian opened this issue Apr 2, 2024 · 3 comments
Assignees
Labels

Comments

@divine-comedian
Copy link
Collaborator

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:

  • email - "str:cm:email":
  • first name - "str:cm:firstname"
  • last name - "str:cm:lastname"
  • userId - "str:cm:userid"

cc: @krmet

@RamRamez
Copy link
Collaborator

RamRamez commented Apr 2, 2024

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)

@divine-comedian
Copy link
Collaborator Author

@RamRamez Great! That seem's fine, what are the next steps?

@RamRamez
Copy link
Collaborator

RamRamez commented May 5, 2024

@divine-comedian This is duplicate of #1511
I think we can close this

@RamRamez RamRamez assigned maryjaf and unassigned RamRamez May 5, 2024
@maryjaf maryjaf closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants