-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Right now, in order to send out mass mailings to the membership, we're using Neon as the Customer Relationship Manager/Marketing E-mail system.
Going forward, so that we don't have to implement it ourselves, we probably want to use SendGrid for that.
In order to do that, we need to use SendGrid's Marketing Campaigns API to create a list of members, and keep it synced. SendGrid would then also handle "suppressions" (e.g. unsubscriptions) from that list and I believe we can sync that data back.
AS A PROOF OF CONCEPT: Use the SendGrid API to create a list and populate it with members who are not already suppressed in Neon.
This can be a one-time/push-button thing rather than a timed process for now. This is purely proof of concept that we can bridge from Neon and/or our internal database to SendGrid to build the lists.