sendinblue / APIv3-nodejs-library

SendinBlue's API v3 Node.js Library
ISC License
101 stars 47 forks source link

Remove contact from automation workflow #98

Closed cthomaschase closed 3 years ago

cthomaschase commented 3 years ago

Is there an API endpoint to remove a contact from an automation workflow without deleting the contact?

I have an automation that seeds from a contact list. I tried removing the contact from the seed list mid-flow, but that looked to leave the user in the automation flow.

As a fix, I added a condition between each step in the automation that checks if the contact is still in the seed list, if so continue, if no do nothing. This works but seems suboptimal.

Would be nice to be able to remove user from the flow directly through API.

Thanks.

shubhamUpadhyayInBlue commented 3 years ago

Hey @cthomaschase

to remove a contact from an automation workflow without deleting the contact

We do not have this functionality as of now. But, we have this in the roadmap and it might take some time to implement it. Thanks!

shubhamUpadhyayInBlue commented 3 years ago

Closing this as there is no response for more than 11 days.