Lob

Direct Mail Automation and Address Verification APIs

Go to site

Lob API Integrations

Build and run workflows using the Lob 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 Lob's API, you can:

  • Create and manage bank accounts
  • Verify bank account numbers
  • Create and manage checks
  • Send checks in the mail
  • Create and manage Postcards
  • Send Postcards in the mail
  • Track the status of your mail
  • And much more!
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: {
    lob: {
      type: "app",
      app: "lob",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.lob.com/v1/addresses`,
      auth: {
        username: this.lob.$auth.secret_api_key,
        password: ''
      },
    })
  },
})
Cancel Postcard with Lob API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Lob
 
Try it
Cancel Postcard with Lob API on New Message in Channel from Discord Bot API
Discord Bot + Lob
 
Try it
Cancel Postcard with Lob API on New Submission from Typeform API
Typeform + Lob
 
Try it
Cancel Postcard with Lob API on Custom Events from Zoom API
Zoom + Lob
 
Try it
Cancel Postcard with Lob API on New Submission (Instant) from Jotform API
Jotform + Lob
 
Try it
Cancel Postcard with the Lob API

Completely removes a postcard from production. This can only be done if the postcard has a send_date and the send_date has not yet passed. See docs here.

 
Try it
Create Postcard with the Lob API

Creates a new postcard given information. See docs here.

 
Try it
List Postcards with the Lob API

Returns a list of your postcards. See docs here.

 
Try it
Retrieve Postcard with the Lob API

Retrieves the details of an existing postcard. See docs here.

 
Try it

Authentication

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

Enter your Live Lob secret API key below.

You can find this key under your account settings in the Lob dashboard.

Alternatively, you can use your Test Secret API Key, but you'll need to create a new Lob Connected Account in Pipedream in order to make Live requests.