• 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.

Pabbly Connect webhook to GHL & ClickUp connection only works once...

Hi...

I have an automation setup so that when I create a task in GHL, it creates a new task in a specific list in ClickUp!

My issue is that once I create a task in a contact in GHL, the automation won't send another task for that contact to ClickUp. If I create a new task for a new contact, it works fine. But, it won't create more than one task for a contact.

Ultimately, I want to create am automation that works in the opposite direction as well (I click complete in ClickUp and it auto-completes in GHL.

Any help?
 
P

Pabblymember11

Guest
Hey @robertkennedy3

In the Foder field of the Task Updated trigger event, if you do not want to select folder name or list name then turn ON the Map button corresponding to the field and provide this value with quotes in the respective fields "{{pc_skip_field}}", as we can see you have skipped passing the double quotes.

1715754396334.png
 
Hey @robertkennedy3

In the Foder field of the Task Updated trigger event, if you do not want to select folder name or list name then turn ON the Map button corresponding to the field and provide this value with quotes in the respective fields "{{pc_skip_field}}", as we can see you have skipped passing the double quotes.
Hi...this looks like you are addressing the issue of sending the completing back to GHL from ClickUp!

But, this doesn't address the issue of only being able to create ONE task per contact.

How can I pass through multiple tasks for each contact?

RK3
 
P

Pabblymember11

Guest
My issue is that once I create a task in a contact in GHL, the automation won't send another task for that contact to ClickUp. If I create a new task for a new contact, it works fine. But, it won't create more than one task for a contact.
Can you please share the workflow URL once in which you have tried so that we can look into it?
 
P

Pabblymember11

Guest
My issue is that once I create a task in a contact in GHL, the automation won't send another task for that contact to ClickUp. If I create a new task for a new contact, it works fine. But, it won't create more than one task for a contact.
Regarding your concern, we recommend checking the automation logic in LeadConnector from where the webhook response originates.

The trigger event in LeadConnector is based on a webhook response, which captures data only once it is sent by the application.
 
Regarding your concern, we recommend checking the automation logic in LeadConnector from where the webhook response originates.

The trigger event in LeadConnector is based on a webhook response, which captures data only once it is sent by the application.
Ok. Not sure what I should be looking for. Can you explain further?
 

sjl

Member
If my understanding is correct, you'll need to enable "Allow re-entry" in the workflow settings.
 
P

Pabblymember11

Guest
Hey @robertkennedy3

To update tasks in GHL, you must first locate the task using the contact's ID through a Custom API request. Once you have obtained the Task ID, you can proceed with the "Update Task" action, which will update the task using both the Contact ID and Task ID.

1716280325717.png


2024-05-21_13h58_08.png
 
P

Pabblymember11

Guest
Can you please record a short video on your concern, so that we can look into it?
 
P

Pabblymember11

Guest
Hey @robertkennedy3

Thank you for the information. We have tested a new workflow according to your requirements and confirmed that it is performing as expected. Please give it a try, and remember not to press "Save & Send Test Request" multiple times. The ClickUp Trigger event can only be configured once, so always try to recapture the webhook response.

 
P

Pabblymember11

Guest
Hey @robertkennedy3

We have created a clone of your workflow and request that you configure the trigger event once to capture the response with the status "Complete." Based on this value, we can then design your subsequent action steps accordingly.

 
Hey @robertkennedy3

We have created a clone of your workflow and request that you configure the trigger event once to capture the response with the status "Complete." Based on this value, we can then design your subsequent action steps accordingly.

OK. I have triggered a complete on one of the tasks. THen I hit Save and Send Test Request to update the data in the cloned workflow. What do I need to do next?
 
P

Pabblymember11

Guest
I have triggered a complete on one of the tasks. THen I hit Save and Send Test Request to update the data in the cloned workflow. What do I need to do next?
Capture the response with the status "Complete." Based on this value, subsequent action steps so can be designed further action step accordingly.
 
Capture the response with the status "Complete." Based on this value, subsequent action steps so can be designed further action step accordingly.
Ok. I may need some help with this. I’m not 100% sure I’m getting you. Is there someone I can speak with for 10 minutes to complete this?
 
P

Pabblymember11

Guest
Certainly, we can assist you, but first, please recapture the webhook response for the tasks that have "After Status" marked as Complete. Then we can proceed to set the next action steps accordingly.

1717759106826.png
 
Top