Question

USER_DUPLICATED (HTTP Status Code: 409)

  • 13 June 2023
  • 3 replies
  • 114 views

Hello
Can anybody, tell me what error type is this:USER_DUPLICATED (HTTP Status Code: 409)
My purpose is to send a facebook lead to my crm.
Thnaks

 


3 replies

Userlevel 7
Badge +14

Hi @Error 409 

Good question.

We’d need to see how your Zap POST Request step is configured and to know which API and API endpoint you are using. (link to docs)

Hello,

My setup is.

My client CRM is custom made.

The goal is to send facebook form leads to my client CRM 

 

Userlevel 7
Badge +14

@Error 409 

It’s likely the custom client CRM has deduplication logic enabled/enforced.

You’ll have to determine if there is the ability to do one of the following with other app API endpoints:

  1. Find else Create
  2. Create/Update (aka Upsert)

 

Reply