Hello everyone !
Welcome back to another enlightening Kaizen post! In this Kaizen post, we'll explore how to invoke a Third-Party API through
Client Script. This enables you to seamlessly connect to external services and fetch dynamic data. Stay tuned to discover the step-by-step process of invoking a Third-Party API withi your client-side scripts. This post will answer the question on Importing data from third party API.
1. Overview
To accomplish Third Party Integration using Client Script, you need to create a
Custom service Connection and invoke the connection in
Client Script. Once you get the response from the Third Party API call, you can populate or display the required data using Client Script.
2. What are Connections?
Connections in Zoho CRM is used to establish authentication with other Zoho or third-party services to perform integration with them.
Check this Kaizen post to know more about Connections and Authentication types.
3. How to invoke a Connection in Client Script?
To invoke a Connection using Client Script, you need to use the
invoke method with the required parameters.
Syntax : invoke(connection_name, url, method, param_type, parameters, headers)