What do you want to automate

with Swapcard Exhibitor and Interzoid?

Prompt, edit and deploy AI agents that connect to Swapcard Exhibitor, Interzoid 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
Generate Match Report with Interzoid API on New Connection Formed from Swapcard Exhibitor API
Swapcard Exhibitor + Interzoid
 
Try it
Get Full Name Match Score with Interzoid API on New Connection Formed from Swapcard Exhibitor API
Swapcard Exhibitor + Interzoid
 
Try it
Get Organization Match Score with Interzoid API on New Connection Formed from Swapcard Exhibitor API
Swapcard Exhibitor + Interzoid
 
Try it
New Connection Formed from the Swapcard Exhibitor API

Emit new event when a new connection is formed (new lead).

 
Try it
Generate Match Report with the Interzoid API

Generate a Match Report using a dataset table or file (CSV/TSV/Excel). See the documentation

 
Try it
Get Full Name Match Score with the Interzoid API

Retrieve a match score (likelihood of matching) between two individual names on a scale of 0-100. See the documentation

 
Try it
Get Organization Match Score with the Interzoid API

Retrieve a match score (likelihood of matching) from 0-100 between two organization names. See the documentation

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

Connect Swapcard Exhibitor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    swapcard_exhibitor: {
      type: "app",
      app: "swapcard_exhibitor",
    }
  },
  async run({steps, $}) {
    const data = {
      "query": "query TestQuery { __typename }"
    }
    return await axios($, {
      method: "post",
      url: `https://developer.swapcard.com/exhibitor/graphql`,
      headers: {
        "Authorization": `${this.swapcard_exhibitor.$auth.api_key}`,
        "x-apollo-operation-name": `TestQuery`,
      },
      data,
    })
  },
})

Overview of Interzoid

The Interzoid API offers a plethora of data-driven APIs that enable you to enrich, standardize, and deduplicate data across various fields such as demographics, financials, and text. With these capabilities, you can enhance data quality, drive better analytics, and create more intelligent workflows and applications. In Pipedream, you can integrate these APIs into serverless workflows, triggering actions based on various events, manipulating and routing data to other apps, services, or data stores with ease.

Connect Interzoid

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: {
    interzoid: {
      type: "app",
      app: "interzoid",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.interzoid.com/getremainingcredits`,
      params: {
        license: `${this.interzoid.$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