Typebot Integration

Omdaa API integration with Typebot allows you to create interactive conversations with custom conversation flow. You can build complex conversations with conditions, variables, and data collection.

Create Typebot Bot

To create a new bot using Typebot:

"function">curl "keyword">-X POST https://omdaa.com/api/v1/integrations/typebot/create \
  "keyword">-H "Authorization: Bearer YOUR_JWT_TOKEN" \
  "keyword">-H "Content"keyword">-Type: application/json" \
  "keyword">-d '{
  "sessionId": "my"keyword">-instance",
  "name": "My Typebot Bot",
  "typebotUrl": "https://your class="keyword">-typebot.com",
  "typebotPublicId": "public"keyword">-id",
  "apiKey": "your"keyword">-typebot"keyword">-api"keyword">-key"
}'

Features

Interactive Conversations

Build complex conversations with advanced logical flow

Data Collection

Automatically collect and store user data

Conditions & Variables

Use conditions and variables in conversations

Easy Integration

Easy connection with your existing Typebot

💡 Note

Make sure your Typebot is publicly accessible and you have the correct Public ID and API Key. You can get this information from your Typebot dashboard.