botpress
botpress copied to clipboard
Adding extra intercom webhook topics causes infinite loops
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.