Aicado Docs
FAQRelease NotesCommunity
  • Welcome to Aicado
  • What is Aicado?
  • Key Features
  • 👤User Guide
    • Account Creation & Login
    • Pricing
      • What Can You Do with 100 Credits?
      • Refund Policy
      • Get an Invoice
    • Troubleshooting
  • ⚡Embeddable AI Tools
    • What is Embeddable AI Tools?
      • Accessing the Embeddable AI Tools
      • Customizing AI Models
      • Generating & Adding Embed Code
    • AI Chatbot Embed User Guide
      • Customize & Training
      • Display Settings
      • Prompt Settings
      • Advanced Settings
      • Generating & Adding Embed Code
      • Using as a chat balloon on your website
    • Using Webhooks
    • Using on a Domain
    • Using on Multiple Domains
    • Using as a Team
    • Monitoring Usage
    • Rate Limits
    • White Labeling
    • Language Support
  • For Developers
    • API Documentation
  • Templates
    • Crab AI
      • How to Customize Crab AI?
    • SaaSCado
      • How to Customize SaaSCado?
  • Aicado AI Connector - Bubble.io
    • Introduction
      • How it works?
      • Available AI Models
      • Plugin Requirements
      • Plugin Properties
  • Get Started
    • Plugin Installation
    • Authentication
    • Webhook Configuration
    • Action Usage
  • Setup Examples By Models
    • General Instructions
    • Text To Speech
    • Swap Faces In Photos
    • Image to Video
    • Background Changer
    • Swap Faces In Videos
    • Dress Room
    • Text to Image
  • Embed Guides
    • Add Aicado to Wix
    • Add Aicado to Wordpress
    • Add Aicado to Shopify
    • Add Aicado to Squarespace
    • Add Aicado to Framer
    • Add Aicado to Thunkable
    • Add Aicado to FlutterFlow
    • Add Aicado to Bubble.io
    • Add Aicado to Softr
    • Add Aicado to Toddle
  • Super Agent Tools
    • What is Super Agent?
    • Essentials
    • Web Crawler
    • Web Search
    • Text To Speech
    • Text To Image Stable Diffusion
    • Image Outpainting
    • Image Search and Replace
    • Image Recolor
    • Clarity Upscaler
    • Link Shortener
    • Send Email
    • Review Collector Pro for Amazon
    • Product Collector For Amazon
    • Linkedin Collect Company Information
    • Linkedin Profile Collector
    • Linkedin Posts Collect By URL
    • Linkedin Posts By Profile URL
    • Instagram - Reels - Discover by URL all Reels
    • Instagram - Posts - Collect By Post URL
    • Instagram - Profiles - Collect By Profiles URL
    • Yahoo Finance Business Information
    • TikTok - Comments
    • TikTok - Profiles - Discover by search url
    • Facebook - Comments
    • Facebook Company Reviews
    • Github Repository
    • Booking Listings
    • Indeed job listings information
    • Indeed job listings information - Discover by Keyword
    • Airbnb Properties Information
    • Google Play Store
    • Apple App Store
    • Google maps reviews
    • Crunchbase companies information
    • BBC news
    • Reuters news
Powered by GitBook
On this page
  • Properties Area and Usage
  • Your Webhook URL

Was this helpful?

  1. Get Started

Action Usage

PreviousWebhook ConfigurationNextSetup Examples By Models

Last updated 14 days ago

Was this helpful?

Adding an Action to the Workflow

  • Open the workflow screen of the button you previously created.

  • Click the “Click here to add an action” link and select the Aicado  AI Connector action from the list.

Properties Area and Usage

This section contains the essential information needed for the application to operate. You can select your desired AI model from the “AI Model” tab and enter the appropriate data. The fields designated for different data types are as follows:

  1. text1, text2: For models that require text data.

  2. image1, image2: For models that require image data.

  3. video1, video2: For models that require video data.

  4. audio1, audio2: For models that require audio data.

For required inputs for each model, check the below page

Your Webhook URL

To process responses coming from the AI model, you need to define a “webhook response.” This requires the root URL of the Workflow API. To obtain the URL, follow these steps:

  1. Go to Settings > API.

  2. At the API page, append the event name you previously created in Backend Workflows to the root URL.

  3. For example, if your event name is “get-response,” the URL might be formatted as https://your-bubble-app-id.bubbleapps.io/api/1.1/wf/get-response.

This way, the data coming from the AI model will be sent to your backend workflow via the defined webhook, and your application can perform the necessary operations based on it.

If you haven’t set up your webhook configuration yet, go to the page below:

Available AI Models
Webhook Configuration
Sample webhook URL