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
  • Follow below steps to proceed:
  • Creating a New Backend API Workflow and Configuring Parameters

Was this helpful?

  1. Get Started

Webhook Configuration

PreviousAuthenticationNextAction Usage

Last updated 14 days ago

Was this helpful?

To receive AI model outputs, you need to define a backend event. For this, you must have access to the Backend Workflows feature. This feature is available only on the Template, Agency, or Paid plans.

Follow below steps to proceed:

  1. Go to the Backend Workflows section.

  2. Click the New API Workflow button to create a new API workflow.

This step is essential for the plugin to process the required data appropriately.

Creating a New Backend API Workflow and Configuring Parameters

Workflow Name:

  • In the opened window, assign a name for the workflow. For example, you can use “get-response.”

API Workflow Settings:

  • Check the “Expose as a public API workflow” option. This setting makes your workflow accessible as an API endpoint.

Adding Parameters:

  • Click on the “Add a new parameter” button.

  • Configure the workflow with the following parameters:

    • output (text)

    • output_list (list of text)

    • run_id (text)

    • expense (number)

For each of these fields, ensure that the Optional checkbox is activated. Also, verify that the object type remains as JSON Object.

These parameters are critical for the correct operation of the system, so please make sure to add all of them without any omissions.

Your webhook is now ready. You can use the received parameters however you like. You can store them in your database or pass them as parameters to trigger another event. The following section may help you about example use-cases and database structure: Setup Examples By Models