Articles on: Getting Started

Webhooks

What are Webhooks?



Webhooks in Pop Convert are a powerful feature that allows you to send popup subscriber data to other tools like CRM systems and Email Marketing tools. By using webhooks, you can easily connect Pop Convert with these external tools and share important information about your subscribers.

Setting Up Webhooks in Pop Convert



To use webhooks in Pop Convert and send data to other applications, follow these steps:

Copy the webhook URL from the endpoint application (the third-party tool)
Each tool may have its own way of providing the webhook URL. Typically, you can find this URL in the developer tab or a similar section within the application's platform.
Set up the webhook in Pop Convert
Once you have the webhook URL, you can configure it in Pop Convert by following these simple steps:
a. Log in to your Pop Convert account and open the specific popup you want to work with.
b. Go to the settings section of the popup.
c. Look for the webhooks option at the bottom.
d. Enter the webhook URL you obtained from the other application into the provided field. Make sure to type it correctly without any typos or missing characters.
e. Save the webhook configuration. You're all set!

Webhook Payload Structure


When a popup subscriber data is collected by Pop Convert, it sends a payload of data to the specified webhook URL. The payload contains information related to the event, such as subscriber details. Here is an example of a webhook payload:

{
  "unique_id": "xyz.myshopify.com",
  "campaign_id": 12345,
  "name": "My Latest Campaign",
  "first_name": "John",
  "last_name": "Doe",
  "email": "email@xyz.com",
  "phone": null,
  "ip": "1.1.1.999",
  "geo_city": "Atlanta",
  "geo_province": "Georgia",
  "geo_country": "US"
}

Updated on: 13/03/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!