简体   繁体   中英

How to track django user details using zoho CRM

How to track django user details using zoho CRM?

I am new zoho CRM, I got the few information and details how ZOHO CRm will be.

Now I want to know one thing, I had implement the django project and also have a account in zoho CRM. Now I would like to Tacke all my user details from app database in zoho crm.

how to export app database users to zoho CRM and how to track the user behaviour?

Zoho CRM allow you to fetch contact information or push some data into CRM using their API.

Here is documentation about methods: https://www.zoho.com/crm/help/api/api-methods.html

I think that you have to create automation to store user information in CRM on new user and get CRM record id from response and store it somewhere in your project. Using this id you can populate in CRM all activity related to this user.

All you need is export django auth but if extender user model is there then you can also take extended user model too...

Please update your question what Database you are using ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM