I would suggest that this is going to give you issues at some point.
What you are telling Bubble in this field is the āunique idā of the user that has just signed up.
So what you are telling Bubble with your set up as that the WHOLE of the JSON returned is the unique id. But if they change their first name ā¦ that may not be the same.
So Bubble fields Users ā¦ and uses that as you told it ā¦
email works better ā¦ because it is the name of the email field ā¦
Might be worth changing User Id Key Path to āidā instead ?
I can see that the email is of another admin in our system, not mine. Is there a way to tell Bubble to look into the users array, into the xx item, and get that id?
What a gem! been trying to figure this thing out!!! lol, Should have started searching in this forum. Post is a little old, but just a newbie question, what type of Client did you configure/used in Zoho? Server Based Application?
Ok thatās all good.
I have been looking at using Zoho SalesIQ on my Bubble app as an alternative to the likes of Intercom. I have been able to install it by using the Zoho SalesIQ HTML snippet, and it works really well.
But Iām not to sure how to send user data from Bubble to Zoho SalesIQ. It would be great to be able to send the details of logged-in users from Bubble to Zoho SalesIQ.
(Also sorry yes Zoho Sales IQ is a different program to Zoho CRM, but I assume the backend APIs use the same setup).
Im also a bit surprised that Zoho SalesIQ doesnāt seem to be used more for live chat/customer support as a much more price effective alternative to Intercomā¦there seems to be 5 different plugins for integrating Intercom, but I canāt find much at all for Zoho. (Maybe Iām overlooking something here as to what makes Intercom so popular).
This is because you are not using the correct user endpoint. Well, I know itās not very well documented however. (Domain is in Canada for meā¦ you may need to change the base url)
Hereās how I did it, step-by-step, so maybe itāll help you too. First, you need to create a new client in the Zoho API Console. Go to the console, find the āAdd Clientā option, and fill out the form with your app details. Make sure to select the correct Client Type based on your appās needs. After submitting, youāll get a Client ID and Client Secret, which are crucial for the next steps. Next, you need to configure your redirect URL. This URL is where Zoho will send the authorization code after a user grants permission to your app. Ensure this URL is correctly set up in both your app and the Zoho API Console. This step tripped me up initially, so double-check for any typos or mismatches.