• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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.
 
Top