grist 2 ready columns
Status: Open · Asked by Andrea Rosen Look on · 0 views
Hi there,
We have successfully set up a ready column in Grist which is triggered when indicate that someone has subscribed to the newsletter. This updates emailOctopus using Pabbly connect. My client would now like to also have Grist send an unsubscribe notification to emailOctopus when someone unsubscribes. Can this be done?
Thank you.
Andrea
Hi @androlto,
ou can use 'Grist: Update Record' as your trigger step to capture user who unsubscribed, and then use 'EmailOctopus: Unsubscribe Email' to remove that user from EmailOctopus.
Thank you, but how does it know that Grist has been updated? Grist has a ready column that is toggled on under certain conditions. Can you set a second ready column?
You can add a Router with two routes to your workflow that is used to add subscribers to EmailOctopus. Set Route 1 to execute for the addition of subscribers and Route 2 for the removal of subscribers.