Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Hot off the heels of this week’s exciting API auth and documentation updates, I’m excited to show and tell you about a Raycast extension that uses the new OAuth and metadata endpoints.
First - What’s Raycast? Raycast is an extendable alternative to A...
Ah, I (think I) see. So you really want to pass the customer ID into the gallery view and then wish a button on the card/record that links to a form could also include that customer ID. That's not currently possible. Simplest solution seems (to me) t...
code_challenge (for authorization requests like the URL you shared above) and code_verifier (for token requests) are indeed required parameters and part of the security-related PKCE extension to OAuth. You may want to reach out to Zoho Cliq developer...
filterByFormula would be the way to retrieve several by record ID -- or use the get record endpoint one by one (which would be less efficient, but I mention it for completeness).Have you tried adding lookup fields to your events table (lookup fields ...
For the first part of your question, I think you're looking for shared view URL filters. However:from a quick test, it seems you can only filter by fields that are visible so you would need to include customerId as a visible field in the gallery card...
Hey @Anxious - I'm glad that helped!And yes, you're right. I am not 100% sure of the cleanest way to handle that in the UI (in the API, this is the difference between a PATCH and a PUT request). Off the top of my head, if you are adding these new rec...