Connect your website
Generate website integration token
Loading…
Instructions
Follow the steps for your platform.
Tilda
- Tilda.cc → Website Settings → Forms → Webhook in Tilda.
- Fill in the webhook settings as shown: paste the URL and add the X-Recca-Token header.

- Click "Add" to connect it to every form on the site.

- In the block content, make sure the webhook is attached to every form you need, just like in the example.

- Accepted fields: name, phone, email, comment. Use these field IDs exactly as shown in the screenshot.

Creatium
- Creatium.io → Integrations & Notifications → Connect new integration → Webhook.
- Configure the integration as shown: set a name, choose POST, paste the URL, pick x-www-form-urlencoded, add the X-Recca-Token header, and enable the "Send all values" option.

- Accepted fields: name, phone, email, comment. Assign these field IDs exactly as in the screenshot.

Custom webhook
- Configure your site or automation tool to send POST requests to the endpoint below.
- Add the header X-Recca-Token with your integration token (or append ?token=VALUE to the URL).
https://api.recca.me/webhooks/leads - Send JSON or form-urlencoded data with the contact fields you need (name, phone, comment, etc.).
- We will store the payload as-is—include every detail your agents require to follow up.