PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.95k stars 5.27k forks source link

[BUG] Not respecting region-specific API domain for Zoho components #2894

Closed dannyroosevelt closed 2 years ago

dannyroosevelt commented 2 years ago

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

dannyroosevelt commented 2 years ago

This is ready for release!