• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

API (Pabbly) Zoho Books OAuth Redirect URI

sunstorm

Member
Hi Team

Zoho Books integration in Pabbly doesn't support Journal creation, update, etc. I am trying to do it through API Calls.

As a first step, I need to setup OAuth as mentioned here https://www.zoho.com/books/api/v3/oauth/#overview

The challenge I am facing is that I also need to specify a "Authorized Redirect URIs" as part of generating necessary keys and tokens. Kindly guide what I should be entering in this field.

1741873740672.png
 

ArshilAhmad

Moderator
Staff member
Hi @sunstorm,

Please try executing the endpoint using the 'Zoho Books: Custom API Request' action event. It will automatically handle the authorization, allowing you to execute the endpoint.
1741885911277.png


If you are looking to create a custom application, you can reach out to our integrations team at the provided email address.
[email protected]
 

sunstorm

Member
Hi Arshil

Thank you so much for the necessary guidance. I tried this out but I am now getting error "Allowed domains: [books.]." It is pointing me to a thread which I went to but didn't find it relevant at all to this.
Pabbly Zoho Books Custom API Allowed Domains error.png


Please guide on how to resolve this and proceed forward.
 

ArshilAhmad

Moderator
Staff member
Please share the cURL command of the endpoint you are attempting to execute. Also, share the Workflow URL where you attempted to execute the endpoint.
 

sunstorm

Member
Hi Team

For starters, I am trying to execute a simple GET journal API. Its cURL is below. Its API doc can be found here https://www.zoho.com/books/api/v3/journals/#get-journal-list

curl --request GET \
--url 'https://www.zohoapis.com/books/v3/journals?organization_id=10234695' \
--header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Please check step 14 of this workflow link: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZlMDYzZTA0MzA1MjZmNTUzNjUxMzci_pc
 

ArshilAhmad

Moderator
Staff member
Thank you for sharing this information. Please allow us some time to look into this concern. We will get back to you with an update soon.
 

sunstorm

Member
Hi Preeti

Thanks for the resolving this quickly. However, now I am getting a different error. Code 57 You are not authorized to perform this operation. The cURL and the workflow URL continue to be the same as shared earlier in this thread.

1742027071389.png


How do I resolve the same?
 
Top