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
Is your feature request related to a problem? Please describe.
When a user signs up for campaign news on a campaign page (example on Staging), the following should happen:
Sign up the user to the standard SI newsletter. (already implemented)
Add the campaign UID to the custom field campaign_news in the SendGrid user profile by parsing it from the campaign URL.
Special scenarios to handle:
The exact UID is already in the field, then no need to add it.
There is already another UID in the custom field campaign_news, then just add the new one with a separator in between existing,newone (i.e. comma)
This setup will be the base to send out campaign news (i.e. Goal reached, Campaign ends in 1 day etc.) to the people who signed up for such on a campaign page.
Describe the solution/feature
No response
Describe alternatives you've considered
No response
Criteria for Completion
No response
Anything else?
No response
Code of Conduct
I've read the Code of Conduct and understand my responsibilities as a member of the Social Income community
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When a user signs up for campaign news on a campaign page (example on Staging), the following should happen:
campaign_news
in the SendGrid user profile by parsing it from the campaign URL.Special scenarios to handle:
campaign_news
, then just add the new one with a separator in betweenexisting,newone
(i.e. comma)This setup will be the base to send out campaign news (i.e. Goal reached, Campaign ends in 1 day etc.) to the people who signed up for such on a campaign page.
Describe the solution/feature
No response
Describe alternatives you've considered
No response
Criteria for Completion
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: