This topic was automatically generated from Slack. You can find the original thread here.
Hi guys, trying to delete members’ emails off of a sendgrid list once they cancel their stripe subscription. For some reason I can’t find the email parameter. What am I missing?
not helping much for now. Do you see any event from stripe? If not, could you try to create a test one (.i.e having a test subscription and cancel it)?
Nice! Then you can add another Stripe step Retrieve a Customer right below to the Stripe trigger. Then in the action > Customer ID prop, reference to the Customer ID variable in your trigger
look at the end of the error message, about contact_ids being a required param. Seems srange to me, but I guess you have to look up the contact IDs in Sendgrid first, then also specify that?