What do you want to automate

with Tally and Zendesk Sell?

Prompt, edit and deploy AI agents that connect to Tally, Zendesk Sell 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 Contact with Zendesk Sell API on New Response (Instant) from Tally API
Tally + Zendesk Sell
 
Try it
Create Lead with Zendesk Sell API on New Response (Instant) from Tally API
Tally + Zendesk Sell
 
Try it
Create Task with Zendesk Sell API on New Response (Instant) from Tally API
Tally + Zendesk Sell
 
Try it
Get Form Fields with Tally API on New Contact Created from Zendesk Sell API
Zendesk Sell + Tally
 
Try it
Get Form Fields with Tally API on New Deal Created from Zendesk Sell API
Zendesk Sell + Tally
 
Try it
New Response (Instant) from the Tally API

Emit new event on each form message. See the documentation

 
Try it
New Contact Created from the Zendesk Sell API

Emit new event when a new contact is created in Zendesk Sell.

 
Try it
New Deal Created from the Zendesk Sell API

Emit new event when a new deal is created in Zendesk Sell.

 
Try it
New Lead Created from the Zendesk Sell API

Emit new event when a new lead is created in Zendesk Sell.

 
Try it
Get Form Fields with the Tally API

Get the fields of a form. See docs here

 
Try it
Create Contact with the Zendesk Sell API

Creates a new contact. See the documentation

 
Try it
Get Forms with the Tally API

Get a list of forms. See docs here

 
Try it
Create Lead with the Zendesk Sell API

Creates a new lead. See the documentation

 
Try it
Get Responses with the Tally API

Get a list of responses. See docs here

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

Overview of Tally

The Tally API offers a suite of automation capabilities for Tally, a form-building platform that allows users to create forms without needing to code. Leveraging this API within Pipedream can supercharge your data collection and processing. With Pipedream, you can react to form submissions in real-time, sync data to other services, and customize your workflows to suit various use cases including data analysis, lead capture, and feedback management.

Connect Tally

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: {
    tally: {
      type: "app",
      app: "tally",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.tally.so/me`,
      headers: {
        Authorization: `Bearer ${this.tally.$auth.oauth_access_token}`,
        "Accept": `application/json`,
      },
    })
  },
})

Connect Zendesk Sell

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: {
    zendesk_sell: {
      type: "app",
      app: "zendesk_sell",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.getbase.com/v2/users/self`,
      headers: {
        Authorization: `Bearer ${this.zendesk_sell.$auth.oauth_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