I’m developing an AI chatbot service that utilizes a webhook for integration.
Each chatbot requires a unique webhook, which means I need to create a new application for every AI chatbot. However, I’m currently restricted by an application limit of 3.
Is there a way to either increase the application limit or connect a webhook to each chatbot without creating a new application?
Thanks for posting this @dub1 . We get this question often.
Could you try updating your bot using our platform apis?
You can specify a bot_callback_url which specifies the server URL of where a bot is located to receive all events, requests, and data forwarded from an application.