Webhook Configuration
Last updated
Was this helpful?
Last updated
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.
Go to the Backend Workflows section.
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.
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