Use the Zoho People API to invoke a standalone function from an external application or system. For API details, refer to Invoke Standalone Function API.
Use a POST request to call the standalone function.
The API endpoint for executing a standalone custom function is:
https://people.zoho.com/api/v3/function/(\w+)/execute
In the request body:
Specify any input parameters your function requires.
Provide the optional parameters in JSON format under the key arguments
.
Example body:
json{
"arguments": {
"parameter1": "value1",
"parameter2": "value2"
}
}
You can test the standalone function using Postman:
Open Postman and create a new request.
Connect to the standalone function’s REST API using the following details:
Request method: POST
Authorization: OAuth 2.0
Callback URL: https://oauth.pstmn.io/v1/callback
Access Token URL: https://accounts.zoho.com/oauth/v2/token
Scope: ZOHOPEOPLE.automation.ALL
Generated Client ID, Client Secret
Pass the arguments to the params property of the APIRequest object, and then execute the function using the POST method.
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.