Library
logo

Seamless Lead Capture & Sync to your Pabbly Email

Instantly transfer captured leads to Pabbly Email. Captured leads are transferred automatically to Pabbly. Improve your lead generation with our AI chatbot and keep track of all potential customers.
feature-image

1. Understanding The Template

Scenarios:

  • Pabbly_Create_Subscriber Scenerio – Triggered when user submit their detail
  • Get_List_Id Scenerio - if want to use a exisiting list then execution scenerio to get the list_id.
  • Create_List Scenerio - if want to create a new list then execute the code in this scenerio

Screenshot 2025-01-31 131236.png

2. Get Your Pabbly Credentials

To connect your app or chatbot to Pabbly, you’ll need these:

  • PABBLY_API_TOKEN– An API token for authenticating and interacting with Pabbly services.
  • PABBLY_LIST_ID – A unique ID for an email list in Pabbly Email Marketing.

How to Get Your API Token (PABBLY_API_TOKEN):

  1. Log in to Pabbly and select Pabbly Email Marketing from the dashboard.

Pabbly-Email

  1. Click on "Integrations" in the left sidebar and select "Developer API" from the menu.

Pablly-Developer-API

  1. Find the API Key (PABBLY_API_TOKEN) on the page and copy it.

How to Get Your Pabbly List ID (PABBLY_LIST_ID)

Follow these steps to find and copy your Pabbly List ID:

  • Import the template into Studio

For help with template importing, check out our guide on how to import in Studio.

Create a New List (or Use an Existing One)

  • To create a new list:

  • Open the Create_List scenario.

  • Click on the node, then click Edit Code.

Create-List

If you want to use an existing list:

  • Open the Get_List_Id scenario.

  • Click on the node, then click Edit Code.

    Get-list-id

Enter Your API Key & List Details

  • Replace PABBLY_API_KEY with your API token.
  • If creating a new list, enter a name for your list.
  • Click Execute to run the process.

Execute-JavaScript-code

Get & Copy Your List ID - After execution, you’ll receive a response containing your List ID. - Copy the List ID and save it for use in your integrations.

Copy-list-id

3. Open Studio & Add Config Variable

Add Your Config Variable PABBLY_API_TOKEN & PABBLY_LIST_ID

Config-varaible-Pabbly