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

Was this helpful?

  1. Embeddable AI Tools

Using Webhooks

PreviousUsing as a chat balloon on your websiteNextUsing on a Domain

Last updated 5 months ago

Was this helpful?

Using Webhooks with Aicado's AI Integration Module

Using webhooks, you can enable real-time communication with your app. Aicado sends notifications via webhooks to users who request them. In addition to the standard notifications, users can assign custom parameters to webhooks, allowing you to manage specific types of data that meet your needs. These parameters enable the information sent to Aicado to be directly returned via webhook, which is ideal for tasks like user authentication.

For using webhooks on AI Models, your platform or tech stack must allow webhooks.

Here is how you can enable webhooks on your embeddable AI tool 👇🏻

1. Setting Up Webhooks

  1. Access the Embeddable AI Tool:

    • Log in to your Aicado account and navigate to your embeddable AI tool on. If you don't create an embeddable AI tool yet, you can visit

  2. Generate & Configure Webhook URL:

    • Click on the "Features" tab and enable "Webhook" option to generate a unique webhook URL for your embeddable AI tool.

    • Go to your application's settings or configuration panel.

    • Copy the generated webhook URL on your application and paste your webhook url on related input at Aicado.

2. Custom Parameters

  1. Define Custom Parameters:

    • In the embeddable AI tool, you can define custom parameters that will be included in the webhook payload.

    • These parameters allow you to pass specific data to and from the AI model.

  2. Assign Custom Parameters:

    • When configuring the webhook, you can assign values to these custom parameters based on the data you want to track or manage.

    • For example, you can assign parameters like user_id, session_id, timestamp, or any other relevant data.

Some parameters are restricted from Aicado, you'll not be able to assign this custom parameters: a_id, at, old_id, s, t, audi, sl, raid, u_id, muser.

3. Handling Webhook Events

  1. Receive Webhook Events:

    • When an AI model is triggered, Aicado will send a POST request to the configured webhook URL with the specified custom parameters and the AI model's response.

    • Ensure your application can handle incoming POST requests and process the data accordingly.

  2. Process and Store Data:

    • In your application, create a handler to process the incoming webhook data.

    • Use the custom parameters to organize and store the data as needed.

    • For example, you can store responses in a database, trigger specific actions based on the AI model's output, or update user sessions with new information.

Example Use Case

Imagine you have a customer support application that uses Aicado's AI to analyze customer queries and provide automated responses. By setting up a webhook, you can:

  1. Receive Real-Time Responses:

    • When a customer submits a query, the AI model processes it and sends the response to your application via the webhook.

  2. Track User Sessions:

    • Use custom parameters like user_id and session_id to track which user asked the query and update their session with the AI's response.

  3. Store Query Data:

    • Save the query and response data in your database for future reference or analysis.

By leveraging webhooks and custom parameters, you can create a dynamic and responsive embed with Aicado's AI models, tailored to your specific needs. For further assistance, feel free to

⚡
this page.
contact us.