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

Handle ESP webhook updates #225

Closed
stephenyeargin opened this issue Mar 12, 2021 · 0 comments · Fixed by #226
Closed

Handle ESP webhook updates #225

stephenyeargin opened this issue Mar 12, 2021 · 0 comments · Fixed by #226
Labels
enhancement New feature or request

Comments

@stephenyeargin
Copy link
Member

When a member receives an email campaign, he or she may opt to use the built-in "Preference Center" to update their email address. We currently ignore that change, which gets overwritten with our sync process.

Use the provider's webhook specification to create a protected (private token?) endpoint that takes the payload, locates the member record and updates their email address. Add documentation for how to set this up.

Related to #3 (solution should be abstract enough to support other providers).

@stephenyeargin stephenyeargin added the enhancement New feature or request label Mar 12, 2021
stephenyeargin added a commit that referenced this issue Mar 12, 2021
Adds an endpoint for receiving Webhooks from Campaign Monitor.

Fixes #225
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant