Ultimately, whenever I see a customer sign-up, there will be an automated parent message in slack. My team will reply on that parent message (in a thread) with who the sales person should be. Another person will also reply on the thread (separate message) with what the account name will be. They will then add a special/dedicated reaction.
I want the zap to be triggered when it sees this reaction on the parent message. I want it to:
- find the latest parent message with this reaction
- find a thread reply that has the sales person which will contain the text “Sales lead:”
- find a thread reply that has the account name which will contain the text “Account name:”
How do I create the search query to find the parent message and then find the right thread reply? I assumed I should query by the thread_ts but cannot find any documentation anywhere for how this actually works.
Thanks so much!!