What do you want to automate

with Zoho Sign and Kenjo?

Prompt, edit and deploy AI agents that connect to Zoho Sign, Kenjo and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Attendance Entry with Kenjo API on New Document Completed from Zoho Sign API
Zoho Sign + Kenjo
 
Try it
Create Attendance Entry with Kenjo API on New Document Created from Zoho Sign API
Zoho Sign + Kenjo
 
Try it
Create Attendance Entry with Kenjo API on New Document Signed from Zoho Sign API
Zoho Sign + Kenjo
 
Try it
Create Employee with Kenjo API on New Document Completed from Zoho Sign API
Zoho Sign + Kenjo
 
Try it
Create Employee with Kenjo API on New Document Created from Zoho Sign API
Zoho Sign + Kenjo
 
Try it
New Document Completed from the Zoho Sign API

Emit new event when a document is completed.

 
Try it
New Document Created from the Zoho Sign API

Emit new event when a new document is created.

 
Try it
New Company Created from the Kenjo API

Emit new event when a new company is created in Kenjo. See the documentation

 
Try it
New Document Signed from the Zoho Sign API

Emit new event when a document has received a successful signature from all the required parties.

 
Try it
New Employee Created from the Kenjo API

Emit new event when a new employee is added in Kenjo. See the documentation

 
Try it
Get Document Details with the Zoho Sign API

Get the details of a particular document. See the documentation

 
Try it
Create Attendance Entry with the Kenjo API

Creates a new attendance entry for an employee in Kenjo. See the documentation

 
Try it
Get Document Form Detail with the Zoho Sign API

Retrieves the filled field data for a particular document. See the documentation

 
Try it
Create Employee with the Kenjo API

Creates a new employee in Kenjo. See the documentation

 
Try it
Create Leave Request with the Kenjo API

Creates a new leave request in Kenjo. See the documentation

 
Try it
Integrate the Zoho Sign API with the Kenjo API
Setup the Zoho Sign API trigger to run a workflow which integrates with the Kenjo API. Pipedream's integration platform allows you to integrate Zoho Sign and Kenjo remarkably fast. Free for developers.

Overview of Zoho Sign

Zoho Sign API lets you automate document signing processes. Integrate with Pipedream to create or manage documents, send them for signatures, and track status updates in real-time. Sync data with other apps, trigger workflows based on document actions, or automate follow-ups once signatures are received.

Connect Zoho Sign

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    zoho_sign: {
      type: "app",
      app: "zoho_sign",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.zoho_sign.$auth.base_api_uri}/api/v1/folders`,
      headers: {
        "Authorization": `Zoho-oauthtoken ${this.zoho_sign.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Kenjo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    kenjo: {
      type: "app",
      app: "kenjo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.kenjo.$auth.api_url}/user-accounts`,
      headers: {
        Authorization: `${this.kenjo.$auth.access_token}`,
        Accept: "application/json"
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo