Build great curated email newsletters in minutes. Collect content from the web and from popular applications such as Slack, Zapier and Buffer.
Go to siteimport { 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}`,
},
})
},
})
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,