×îв©²ÊÍøÕ¾

Choose where you’d like to start

Pre-defined integrations with ×îв©²ÊÍøÕ¾ services

Table of Contents

Overview

Deluge offers around 260 built-in integrations with 35 ×îв©²ÊÍøÕ¾ services. This means you can effortlessly access and modify your data held by these services from a single point without having to toggle between them.
Learn how to set up these integration tasks.

What are integration tasks and when to use them?

Integration tasks facilitate transferring and synchronizing your data stored across different ×îв©²ÊÍøÕ¾ services. They provide accessibility by allowing you to fetch, modify, and delete your data. Here are a few scenarios when integration tasks come handy:

  • 

×îв©²ÊÍøÕ¾ Desk - ×îв©²ÊÍøÕ¾ Projects: You can add a ticket created in ×îв©²ÊÍøÕ¾ Desk as a task in ×îв©²ÊÍøÕ¾ Projects using zoho.projects.createRecord task.
  • ×îв©²ÊÍøÕ¾ Mail - ×îв©²ÊÍøÕ¾ Cliq: You can post the content of all the emails received from a specified email address to one of your ×îв©²ÊÍøÕ¾ Cliq channels using zoho.cliq.postToChannel task.
  • ×îв©²ÊÍøÕ¾ CRM - ×îв©²ÊÍøÕ¾ Sign: You can download a license agreement from ×îв©²ÊÍøÕ¾ Sign and add as attachment in ×îв©²ÊÍøÕ¾ CRM Deals module using zoho.sign.downloadDocument and zoho.crm.attachFile tasks.
  • ×îв©²ÊÍøÕ¾ Connect - ×îв©²ÊÍøÕ¾ Cliq: You can post a custom message in a ×îв©²ÊÍøÕ¾ Cliq's bot whenever an event is created using zoho.cliq.postToBot task.
  • ×îв©²ÊÍøÕ¾ Sheet - ×îв©²ÊÍøÕ¾ CRM: You can write formulas in ×îв©²ÊÍøÕ¾ Sheet to auto-populate columns based on ×îв©²ÊÍøÕ¾ CRM data using zoho.crm.searchRecords task.
  • ×îв©²ÊÍøÕ¾ Writer - ×îв©²ÊÍøÕ¾ People: You can share a ×îв©²ÊÍøÕ¾ Writer document to the list of employees fetched from ×îв©²ÊÍøÕ¾ People using zoho.writer.shareDocument and zoho.people.getRecords tasks.

Integration tasks' structure:

The syntax for integration tasks follows a certain structure and Deluge editor's auto-complete feature guides you in writing them by listing the supported services and actions as you type.

zoho.<service>.<action>(<parameters>);

Where:

  • <service> is the name of the service whose data you need to access or modify
  • <action> is the integration task name that describes the operation that needs to be done
  • <parameters> are the comma-separated values that are required to perform the task.

What's underneath?

Integration tasks serve as wrappers of the respective service's REST APIs. Simply put, integration tasks are simplified API calls. On the surface layer, you are using simple pre-defined tasks, but in the backend, we trigger the respective API calls. For example, if you execute ×îв©²ÊÍøÕ¾ CRM get records integration task, you are indirectly performing an API call to its corresponding API endpoint.

Note: These API calls are deducted from your overall external calls limit that is provided for your Creator plan.

Want more than the built-ins?

We have picked the most popular API endpoints from 25 services and offered them as integration tasks. If you want to access the REST APIs for which Deluge does not provide wrappers, you can still do it by creating custom integrations using invoke URL and connections.


List of integration tasks

The following is the list of all the available Deluge integration tasks:

Get Started Now