Close

Inside Sales Software CRM with Calling & Emailing

Go to site

Close API Integrations

Build and run workflows using the Close API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Close API, you can build a number of applications and integrations that can automate your sales process and make your life easier. Here are some examples:

  • An integration that automatically updates your CRM with information from Close
  • A custom sales dashboard that displays your team's sales pipeline and performance
  • A lead capture form thatcollects information from potential customers and adds them to your Close account
  • An automated email campaign that sends follow-up emails to your customers after they purchase a product from you
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: {
    close: {
      type: "app",
      app: "close",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.close.com/api/v1/me/`,
      auth: {
        username: `${this.close.$auth.api_key}`,
        password: ``,
      },
    })
  },
})
Create Lead with Close API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Close
 
Try it
Send Message (Advanced) with Discord Webhook API on New Opportunity from Close API
Close + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Opportunity from Close API
Close + Google Sheets
 
Try it
Create Lead with Close API on New Message from Discord API
Discord + Close
 
Try it
Create Lead with Close API on New Message In Channels from Slack API
Slack + Close
 
Try it
New Custom Event from the Close API

Emit new event when configured type of events triggered, See all possibilities

 
Try it
New Lead from the Close API

Emit new event when a new Lead is created

 
Try it
New Lead Status Change from the Close API

Emit new event when a Lead status is changed

 
Try it
New Opportunity from the Close API

Emit new event when a new Opportunity is created

 
Try it
Create Lead with the Close API

Creates a lead, See the docs

 
Try it
Custom Action with the Close API

Makes an aribitrary call to Close API, See for all options.

 
Try it
Search Leads with the Close API

Searching leads with a given field and word, See the docs

 
Try it
Update Lead with the Close API

Updates a lead, See the docs

 
Try it

Authentication

Close uses API keys for authentication. When you connect your Close account, Pipedream securely stores the keys so you can easily authenticate to Close APIs in both code and no-code steps.

API keys are per-organization and can be generated and deleted in the Settings page.