FeedBlitz

FeedBlitz is a full service email marketing service provider (ESP) focused on simplifying our clients' business objectives. No limits, no overages, terrific value, outstanding deliverability, and real people on the phone to lend a hand when you need it

Go to site
Explore
/
Apps
/
FeedBlitz

FeedBlitz API Integrations

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

The FeedBlitz API allows developers to access the FeedBlitz service and build various integrations and applications on top of it. With the FeedBlitz API, you can:

  • Automate the creation and management of FeedBlitz feeds
  • Import and export data from FeedBlitz
  • Build custom applications on top of FeedBlitz
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: {
    feedblitz: {
      type: "app",
      app: "feedblitz",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.feedblitz.com/f.api/user`,
      params: {
        key: `${this.feedblitz.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with FeedBlitz API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your FeedBlitz API key,
* Navigate to your FeedBlitz account and sign in
* Go to “All Account Settings” on the top right > “Customization” > “My API Keys”