Impression

Secure eSignatures

Go to site
Explore
/
Apps
/
Impression

Impression API Integrations

Build and run workflows using the Impression 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

You can use the Impression API to create customized, digital signatures for your documents. With this API, you can create signatures that include your name, company name, title, and contact information. You can also choose to include a logo, photo, or other image in your signature.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    impression: {
      type: "app",
      app: "impression",
    }
  },
  async run({steps, $}) {
    const data = {
      "extension": `docx`,
      "doc": `string`,
    }
    return await axios($, {
      method: "post",
      url: `https://mobile.impression.cloud/api/uat/GetRoles`,
      headers: {
        "x-api-key": `${this.impression.$auth.api_key}`,
        "accept": `application/json`,
      },
      data,
    })
  },
})

Choose an API to Connect with Impression API

1
-
12
of
1000+
apps by most popular

Authentication

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

The Impression environment API key