Skip to main content

Hi there,

I am trying to integrate Unbounce to our own platform related to content management. I am a bit stuck here and would be very grateful if you can help me with following questions:

  1. Is there a way to create webhook through API call or smth else?
    My flow: User connects unbounce account in our platform then we create webhooks on unbounce via API call or smth like this. So user don’t need to go to landing page settings to set up this webhook. All actions related to this integration should be on our hand only.
  2. Am I correct in understanding that Lead that you can retrieve via API call (e.g. pages/{page_id}/leads) is the same that comes with webhook? 
    So if it is impossible to create webhook without user’s interation I can just retrieve all leads once in a while instead of receiving webhook?
  3. Is there the ability to track users visiting the Unbounce landing? In addition to receiving leads, I want to receive information (users count at least) about users visiting landing page. If it is impossible to do via unbounce can you recommend some ways to do such thing?
     

Thanks !

@vasamal

I’d be happy to assist with your integration questions.

  1. Creating Webhooks via API: Unfortunately, Unbounce does not currently offer a direct API endpoint for creating webhooks automatically. Typically, users need to set up webhooks manually through the landing page settings. However, a common workaround is to retrieve leads via the Unbounce API (e.g., pages/{page_id}/leads) at regular intervals, as you mentioned. While this doesn't eliminate user interaction entirely, it ensures you can manage and automate lead retrieval on your side.

  2. Leads via API vs. Webhook: Yes, the leads you retrieve via the API are indeed the same as those sent via a webhook. If creating a webhook through the API isn’t feasible, periodically fetching leads using the API is a valid alternative to ensure you have up-to-date information without needing manual intervention.

  3. Tracking User Visits on Unbounce Pages: Unbounce does not natively support tracking detailed visitor data (like user counts) via their API. However, you could implement tracking using Google Analytics or similar tools on your landing pages. You could also consider setting up an integration with a third-party analytics tool that can track user behavior on your Unbounce pages and pass that data back to your platform.

If you have any more questions or need further clarification, feel free to ask. I’m here to help!


@Md_Mahinur_Khan, Thank you so much for your answers


Reply