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

'Contact already Exists' Sendinblue

Sahil77

Member
Hello Team,
If an existing subscriber buys another product of mine, the contact is not getting added to the sendinblue contact and I'm getting an error message of 'duplicate parameter' - contact already exists. As a result, the contact is not getting added to my Sendinblue list and the new product is not getting delivered.

Please advise on how can I get this resolved and allow the contact to be added again to the list.
Screenshot 2022-01-27 at 11.00.45 PM.png


Thanks in advance!
 
P

Pabblymember11

Guest
Hey @Sahil77

If the contacts already exist in your Sendinblue account and if you want to create, it will give the "Contact already exists" message.

So, in that case, there is a workflow in which the existing user also makes a purchase, then in that case we need to use a Router for which one route will divert the process for new user and one route will divert for an existing user.

While looking into your respective workflow, you have changed the SendInblue action step.

For a better understanding of the Router action step, you can refer to our tutorial video -

 

Hermes

Active member
In this workflow you need to add an action "Get a contact information"
There are 2 possible responses, contact exists and contact doesnt exist.
After that you need to add a router (with filtering the responses, thats not easy because it's different for each tool).

In router 1 the action "create a contact" is needed, in router 2 you can delete that.

The way I debug these workflows is to first create the router where the contact doesn't exist.
Then copy that router, and again do the action "Get a contact information". Because by now that contact exists you can see the response you need to filter in router 2 and you can delete the first step there called "create a contact".
Next step is to close the router, refresh the workflow and go to router 2 and see in the steps where there are red flags. Those flags tells you the wrong information is matched (because we deleted something), you need to match it with the information from the step "get a contact information".

Good luck.
 
Top