Dutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters.
Go to siteWith the Laposta API you can integration Laposta's powerful email marketing features into your own application. With Laposta you can easily create and send newsletters, manage subscribers and track statistics.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
laposta: {
type: "app",
app: "laposta",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.laposta.nl/v2/list`,
auth: {
username: `${this.laposta.$auth.api_key}`,
password: ``,
},
})
},
})
Emit new event on each created relation. See docs here (Go to Add webhook
)
Emit new event on each deleted relation. See docs here (Go to Add webhook
)
Emit new event on each updated relation. See docs here (Go to Add webhook
)
Laposta uses API keys for authentication. When you connect your Laposta account, Pipedream securely stores the keys so you can easily authenticate to Laposta APIs in both code and no-code steps.
To retrieve your API keys,