Zoho Connect Integration Tasks
Note:
- Each time any of the Zoho Connect integration tasks is executed, it triggers an API request in the back-end. This call is deducted from the External Calls limit available for the service from which the task is executed, based on your pricing.
- Only actual executions that receive a response (whether success or failure) are counted, not the number of times the task appears in the script. For example, if Add Post task is placed inside a for each task that iterates five times, the number of external API calls consumed will be five, even though the task appears only once in the script.
- My Networks: Fetches all your networks
- My Groups: Fetches all your groups
- Add Post: Posts a content in Zoho Connect
- Get Post: Fetches the content of the specified post
- Get Post by TPID: Fetches a post using a third party ID
- Update Post: Updates a post using its ID
- Delete Post: Deletes a post using its ID
- Send Me Private Message: Creates a private message in the specified network
- Add Comment: Adds a comment to the specified post
- Add Users to a Group: Adds user to a group using their email address