Custom Integration + Bot designed in Studio
# 🤝help
f
Hi, I'm trying to create a private integration to connect my custom UI to my bot. I've designed the bot via the Studio, and pushed and connected my integration to my bot. The idea is to send some messages via the bot framework and have a human handoff. I don't see any options to send messages from the bot in the Studio to my integration. I had expected a card would show up that I could add to nodes. Is this not how this works?
f
Hey, is your integration deployed to your workspace?
Your bot, via your integration, can send outgoing messages to your 3rd party service (for which the integration) using an appropriate channel.
The second option is to have an action, that allows the bot to send some data to your 3rd party service, via the integration
Can you give me additional context on what does your integration look like and what are you trying to do with it in the studio?
https://github.com/botpress/botpress/tree/master/integrations you can take a look at how other integrations do it
I'd recommend taking a look at the gmail integration for the simplest example
f
yes, I can see it deployed
Yes I do have it set up with a channel. But is there a way for me to trigger the integration at a particular node?
This is my bot for reference

https://cdn.discordapp.com/attachments/1139643152010059939/1139780714791968768/CleanShot_2023-08-12_at_10.10.42.png

I was following the code of the webchat integration, thought that was the closest to my use case. I didn't need a messaging server in my implementation, have swapped out those parts for a call to my backend that takes care of delivering the message client-side
f
Hey, looks what you want is an action.
102 Views