I am using the latest version of Ghost.
I am using sendgrid for my transactional emails and not currently sending bulk emails (newsletters etc) from ghost.
Ghost has custom webhooks for adding, updating and deleting a member.
I want to use a webhook in sendgrid to either add a new contact (when a member is added to ghost via signing up) or remove a contact via deleting an account on ghost.
Basically I want to be able to have my sendgrid contact list be the same as my ghost member list so they get added and removed and are in sync.
Any ideas? Thanks