• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Issue - HighLevel webhook update add or remove TAG in ActiveCampaing

Hello, we are syncing TAG adding or removing to reflect from high-level to ActiveCampaign.

We send webhook from HighLevel when tag is added (both tags exist in both systems)

But don't know how to identify the user, so we can Add a tag in AC or remove the TAG in AC.

Could you please help with this question.

How to identify which contact we adding the contacts, as we have the issue of not finding the user.

Contact ID is different in both systems,

Thank you

Ray
 
P

Pabblymember11

Guest
Hey @raynimator

As we can see from your workflow, you should use the "ActiveCampaign: Search Contact" action step to retrieve the Contact ID which you can pass the further action step.

2022-06-04_10h59_38.png
 
Hi, ok so we have set up all correctly now,

We search the contact and ADD a tag. Worked great.

BUT it's doesn't work with REMOVING the tag.

"

No Result found for SubscriberTag with id 56"

we tried few things for Contact's Tag ID, the tag id we get when we do SEARCH TAG (which is 56) and also the longer version that has 5 symbols from the API pulling data from AC.

This is where we are lost and not sure what is happening, can you please help
 
P

Pabblymember11

Guest
Hey @raynimator

It seems like the contact from whcih you are trying to remove the tag might not be attached to it and because of that, the action step didn't work.

2022-06-07_11h21_10.png
 
we basically want to syncronize so when tag is added in GHL we add to activecampaign too..

When it is removed in GHL we remove in AC too.

We use triggers in GHL to run webhook, so when we remove the tag, the webhook is sent but the tag is already removed,

So how do we do it?
 
P

Pabblymember11

Guest
Hey @raynimator

In terms to remove a tag from a contact then you need to pass the Contact Tags' Id instead of Tag Id, which you can retrieve with the help of the "ActiveCampaign: Retrieve Specific Contact Tags" action step.

Note - The ActiveCampaign: Remove a Tag from Contact will remove all the tags from your assigned contact.

2022-06-18_12h54_44.png
 
Top