What do you want to automate

with Zendesk Sell and PDFMonkey?

Prompt, edit and deploy AI agents that connect to Zendesk Sell, PDFMonkey 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 Document Generated from PDFMonkey API
PDFMonkey + Zendesk Sell
 
Try it
Create Lead with Zendesk Sell API on New Document Generated from PDFMonkey API
PDFMonkey + Zendesk Sell
 
Try it
Create Task with Zendesk Sell API on New Document Generated from PDFMonkey API
PDFMonkey + Zendesk Sell
 
Try it
Delete Document with PDFMonkey API on New Contact Created from Zendesk Sell API
Zendesk Sell + PDFMonkey
 
Try it
Delete Document with PDFMonkey API on New Deal Created from Zendesk Sell API
Zendesk Sell + PDFMonkey
 
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 Document Generated from the PDFMonkey API

Emit new event when a document's generation is completed.

 
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
Create Contact with the Zendesk Sell API

Creates a new contact. See the documentation

 
Try it
Delete Document with the PDFMonkey API

Deletes a specific document using its ID. See the documentation

 
Try it
Create Lead with the Zendesk Sell API

Creates a new lead. See the documentation

 
Try it
Find Document with the PDFMonkey API

Find a document within PDFMonkey. See the documentation

 
Try it
Create Task with the Zendesk Sell API

Creates a new task. See the documentation

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

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`,
      },
    })
  },
})

Overview of PDFMonkey

The PDFMonkey API on Pipedream allows you to automate the creation of PDF documents from dynamic data sources. You can generate invoices, reports, tickets, or any customized document based on templates you define. With Pipedream’s serverless platform, you can trigger PDF generation from a multitude of events, such as form submissions, scheduled times, or changes in a database, and then perform actions like sending these PDFs via email, storing them in cloud storage, or updating records in a CRM.

Connect PDFMonkey

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: {
    pdfmonkey: {
      type: "app",
      app: "pdfmonkey",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.pdfmonkey.io/api/v1/current_user`,
      headers: {
        Authorization: `Bearer ${this.pdfmonkey.$auth.api_key}`,
      },
    })
  },
})

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