Hi! How you will manage a sync integration?
From the documentation (
https://botpress.com/docs/integration/howTo/build-integration/) the integration is event-driven (first handler, then channels). What I'm interested in understanding is the possibility of having all the responses from the bot already in the handler, so I can respond to the webhook with all the action that the service will need to do.
Is it something that I can do with the Integration Class or I will need to use some API to do it, or maybe is only something that I'm missing here?