A flow based Chatbot platform which lets your create your first chatbot in less than 10 mins.
Go to siteBotbaba offers a wide range of features to help you build bots for your business. Here are some examples of what you can build with Botbaba:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
botbaba: {
type: "app",
app: "botbaba",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.botbaba.io/api/GetBots`,
headers: {
"Accept": `application/json`,
"Authorization": `${this.botbaba.$auth.api_key}`,
},
})
},
})
Botbaba uses API keys for authentication. When you connect your Botbaba account, Pipedream securely stores the keys so you can easily authenticate to Botbaba APIs in both code and no-code steps.
To retrieve your API key,