We have a number of Zoho apps, each with many actions and triggers.
Zoho's auth implementation requires region-specific endpoints, which are configured as a part of the auth process when users connect their accounts (accessed via ${this.zoho_crm.$auth.api_domain} for the zoho_crm app for example, but the specific syntax may be different for each app).
You can confirm the syntax by adding the app's scaffolding to a workflow and looking at the code. That should be the source of truth.
We need to do an audit across all components for the below apps, and ensure we are respecting the region-specific domains:
zoho_books
zoho_creator
zohor_crm
zoho_desk
zoho_docs
zoho_inventory
zoho_mail
zoho_projects
zoho_workdrive
We have a number of Zoho apps, each with many actions and triggers.
Zoho's auth implementation requires region-specific endpoints, which are configured as a part of the auth process when users connect their accounts (accessed via
${this.zoho_crm.$auth.api_domain}
for thezoho_crm
app for example, but the specific syntax may be different for each app).You can confirm the syntax by adding the app's scaffolding to a workflow and looking at the code. That should be the source of truth.
We need to do an audit across all components for the below apps, and ensure we are respecting the region-specific domains: zoho_books zoho_creator zohor_crm zoho_desk zoho_docs zoho_inventory zoho_mail zoho_projects zoho_workdrive