I’m in the process of building workflow state machine type infrastructure that revolves around sending “personalized” emails and one of the features required is that someone replying stops the automated workflow (drip campaign/what have you). I thought I’d rely on the thread.replied webhook to do that but we don’t seem to be receiving them? We get message.created and message.updated when replies happen from either end, and though both the client and the Nylas website claim that we are indeed subscribed to the thread.replied webhooks, we have never received one – am I missing something, or misunderstanding the purpose that thread.replied is intended to serve?
And just to be clear I can build this with just the webhooks we are receiving, it just seems like the thread.replied webhook would be particularly well suited to this purpose, and I’m curious why we aren’t receiving it at all.
Thanks in advance for any help!