Skip to main content
All CollectionsIntegrations
Integrating Claspo with Kit (Former ConvertKit)
Integrating Claspo with Kit (Former ConvertKit)

Step-by-step guide to integrate Claspo with Kit using webhooks

M
Written by Maryna Hura
Updated this week

Webhooks eliminate the need for direct, pre-built integrations between Claspo and any other marketing tool. In the context of connecting Claspo with Kit, webhooks allow you to automatically and seamlessly transfer data from Claspo forms and popups to Kit.

To integrate Claspo with Kit using webhooks, follow these steps.

Step 1: Generate the API Key

1. Log in to your Kit account and find the API Key.

Sign in to your Kit Account and navigate to the Settings section by selecting it from the drop-down menu by clicking on your Account.

Go to the Developer section.

2. There you'll find the API Key.

Click on the button Add a new key, name the key, click Create API key, and copy it.

Step 2: Configure Webhook in Claspo

1. Access the Claspo dashboard.

Log in to your Claspo Account and navigate to the form or popup you wish to connect with ConvertKit.

2. Go to the Integration step in your popup.

In the form/popup settings, go to the Integrations step. Select Webhook as the integration method.

3. Add the Kit webhook URL.

In the Webhook Settings, paste the URL for the webhook. There are two types of URLs to transfer data to Kit as outlined in the API Documentation:

{form_id} and {sequence_id} should be replaced with the form id or sequence id from your Kit account.

Step 3: Map Data Fields

1. Set required parameters and optional parameters in the Body section.

Ensure that the data fields from your Claspo form/popup (e.g. email, name) are correctly mapped to the corresponding fields in Kit using custom JSON. Construct a request by including both required and optional parameters as specified in the API documentation.

Request example:

{

"api_key": "<your_public_api_key>",

"email": "jonsnow@example.com",

"first_name": "Jon Snow"

}

Insert the API Key generated in Step 1 into the <your_public_api_key> parameter.

Step 4: Save and Activate the Webhook

After setting up the parameters, save your webhook configuration. Your Claspo form or popup will now automatically send lead data to Kit whenever someone submits the form.

Did this answer your question?