I recently created a Zap that adds contacts to a specific list in Sendgrid based on their Status in Salesforce. Now I want to make a Zap that will delete contacts from the same list if their Status changes and they no longer meet the criteria for the list.
I know I can use a DELETE request to remove the contact from the list, but I need the Contact ID from Sendgrid to do so. Does anyone know how I can use a multi-step Zap to do the following?
- Trigger when a SFDC Contact Status changes to “Churned”
- Take the contact’s email and search Sendgrid; then return the Sendgrid Contact ID
- Take the Contact ID and send it to Sendgrid through a DELETE request