Trying to import new contacts and update contact info for existing contacts in zendesk sell | Community
Skip to main content

Trying to import new contacts and update contact info for existing contacts in zendesk sell

  • January 10, 2022
  • 3 replies
  • 0 views

Hanna14

Is there a way to import new contacts and update contact info for existing contacts in zendesk sell using an API and python wrappers?

3 replies

Eric27
  • January 11, 2022

Hi Hanna, 

You sure can, you'd want to use the python requests library to accomplish this. You can find an example of what a request would look like in python here.

Hope this helps!

Have a wonderful day!

Eric Nelson
Senior Manager, Developer Advocacy


Eric27
  • January 11, 2022

Hi Hanna,

Sorry I didn't see your edits. You'd want to use the upsert endpoint which can be found at the bottom of this page.

Let us know if you have any further questions.


Hanna14
  • Author
  • January 11, 2022

Thanks, Eric!