This topic was automatically generated from Slack. You can find the original thread here.
Hi , I’m working with the zoho invoice app integration and it seems that pipedream is only using the READ scope for contacts: ZohoInvoice.contacts.READ — (see scopes here: OAuth | Zoho Invoice | API Documentation see table at bottom of page for scopes) .
When I call the endpoint /invoices/v3/contacts with a POST request, I get a 401 unauthorized error back from Zoho.
I need to create customers so I need access to the ZohoInvoice.contacts.Create scope. Can I do something to give this access or how can I use the create scope from pipedream?
I understand you want to use the ZohoInvoice.contacts.Create scope with Pipedream. Currently, I don’t have information on Zoho Invoice integration in my sources. However, you can submit an integration request to the Pipedream team to add support for the required scope or a new integration. Please visit New Pipedream Integration Request to submit your request. In the meantime, if you need to create customers in Zoho Invoice using Pipedream, you can use the Zoho Invoice API directly in a code step. You’ll need to handle the OAuth flow and use the access token to make API requests. You can refer to Zoho Invoice API documentation for more details: Introduction | Zoho Invoice | API Documentation