botpress/botpress

Adding extra intercom webhook topics causes infinite loops

ptrckbp opened this issue · 0 comments

Not sure which topics cause the issue, (I selected them all).

Since we are not checking the topic, other webhooks are triggering the bot to respond to itself causing endless conversations.

The workaround is to only add the two required topics. The solution is to whitelist the topics in the integration code.