Hi community,
In the current zap I’m making, an AI summary is posted to a Slack channel, with the option for users to approve or reject the AI summary before it is posted elsewhere.
In the decline path, what I would like to do is enable users to make an edit to the summary and reply in thread, so that this reply is used for future actions. However, I’m not sure what the best choice is for pausing the zap until a reply is made.
Thus far I have the following:
- Put in another Request approval action that users click once they’ve posted their edit. This is probably the easiest, but it would still be nice if there was an automatic thread listener or similar
- Just put in a big delay and tell users they have X minutes to make changes. A bit prone to issues if the user doesn’t respond in time
- Create a sub zap with another trigger. I’m not sure what, it seems like a lot of extra work just to add a bit of extra logic.
Option 1 will likely be ok, but I’m just surprised there aren’t more options for awaiting actions unless anyone knows of other ideas?