Goodbits

Build great curated email newsletters in minutes. Collect content from the web and from popular applications such as Slack, Zapier and Buffer.

Go to site
Explore
/
Apps
/
Goodbits

Goodbits API Integrations

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

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: {
    goodbits: {
      type: "app",
      app: "goodbits",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.goodbits.io/api/v1/newsletter`,
      headers: {
        "Authorization": `${this.goodbits.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

  • Navigate to your Goodbits account and sign in
  • Go to “Settings” > “API”