logoRecca.me β

Connect your website

Loading…

Generate website integration token

Loading…

Instructions

Follow the steps for your platform.

Tilda
  1. Tilda.cc → Website Settings → Forms → Webhook in Tilda.
  2. Fill in the webhook settings as shown: paste the URL and add the X-Recca-Token header.
    Example of webhook settings in Tilda
  3. Click "Add" to connect it to every form on the site.
    Connecting the webhook to all forms in Tilda
  4. In the block content, make sure the webhook is attached to every form you need, just like in the example.
    Tilda form block content settings
  5. Accepted fields: name, phone, email, comment. Use these field IDs exactly as shown in the screenshot.
    Field identifier example in Tilda
Creatium
  1. Creatium.io → Integrations & Notifications → Connect new integration → Webhook.
  2. 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.
    Example of webhook settings in Creatium
  3. Accepted fields: name, phone, email, comment. Assign these field IDs exactly as in the screenshot.
    Field identifier example in Creatium
Custom webhook
  1. Configure your site or automation tool to send POST requests to the endpoint below.
  2. Add the header X-Recca-Token with your integration token (or append ?token=VALUE to the URL). https://api.recca.me/webhooks/leads
  3. Send JSON or form-urlencoded data with the contact fields you need (name, phone, comment, etc.).
  4. We will store the payload as-is—include every detail your agents require to follow up.