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

Implement Processing Workflow: From crm.csv to Tag Update #7

Closed
6 of 7 tasks
rjambrecic opened this issue Nov 14, 2024 · 0 comments · Fixed by #13
Closed
6 of 7 tasks

Implement Processing Workflow: From crm.csv to Tag Update #7

rjambrecic opened this issue Nov 14, 2024 · 0 comments · Fixed by #13
Assignees

Comments

@rjambrecic
Copy link
Collaborator

rjambrecic commented Nov 14, 2024

  • input csv will have at least "email" column
  • for each email retrieve the contact (user) and his tags (mailchimp API)
    • Implement dummy logic e.g. If current tag is "M2", add new tag "M3"
  • Result must contain "email" and "tags" columns
  • Update users with new tags

In the Mailchimp UI

  • Create "journey" (workflow) which will send specific email for each tag
  • Testing: Check if emails are sent
@rjambrecic rjambrecic self-assigned this Nov 14, 2024
@rjambrecic rjambrecic transferred this issue from airtai/fastagency Nov 15, 2024
@rjambrecic rjambrecic changed the title Implement logic for processing the input csv Implement Processing Workflow: From crm csv to Tag Update Nov 19, 2024
@rjambrecic rjambrecic changed the title Implement Processing Workflow: From crm csv to Tag Update Implement Processing Workflow: From crm.csv to Tag Update Nov 19, 2024
@rjambrecic rjambrecic linked a pull request Nov 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant