Fillout is the only form-builder we cover that supports a direct webhook to Creatio: you can wire form submissions to Lead/Contact/Case creation without using Make.com or any middleware. This guide covers both paths:
Direct webhook, the fastest and simplest. Fillout posts straight to Creatio’s Lead webhook.
Make.com, slower to set up, but adds transformation flexibility (conditional logic, field calculations, multi-step automation, branching).
This documentation is designed for Creatio no-code builders, admins, and citizen developers who want to automate lead creation without writing custom code.
Using a different form tool?Jotform → Creatio (Make.com required, API-key auth) · Typeform → Creatio (Make.com path with UUID field mapping)
To connect Creatio directly with Fillout, you need to obtain the webhook URL. Similarly, if you connect it through Make, you also need the webhook URL to receive Fillout responses.
Go to the Lead section in Creatio.
In the top menu, click Import.
From the dropdown, select Web forms and pages.
A list of web form integration options will open.
Click Get your webhook URL.
Copy the generated Webhook URL; this will be used in both direct Fillout setup and Make.
Toggle the Advanced view switch to configure your webhook:
URL: Creatio webhook URL
Method: POST
Body: Include fields that match Creatio column codes (LeadName, Email, MobilePhone, etc.).
Headers/Cookies: optional In Fillout’s webhook configuration, you can perform field-level calculations. For example, in this guide, we calculate the Lead Name by concatenating the First Name and Last Name fields.
When a user submits the form, a new Lead will automatically appear in Creatio.
Check if the request is successfully received in Creatio.
New Lead added
4. Method 2: Use Make.com for Advanced Automation#
Loop (Iterator) in Make.com, transform values to Creatio lookup IDs, then aggregate into the request body if the target field supports multiple values.
Check: (1) Scenario activated, (2) Webhook URL unchanged, (3) Required columns exist in Creatio, (4) JSON keys match column codes.
Need a custom Creatio integration?
Thirty minutes with Mohamed, who founded the company and still runs these calls himself. He will sketch your situation and tell you the cleanest path, including the times when that path is not us.