Laposta

Dutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters.

Go to site
Explore
/
Apps
/
Laposta

Laposta API Integrations

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

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: {
    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: ``,
      },
    })
  },
})
Create Relation with Laposta API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Laposta
 
Try it
Send Message (Advanced) with Discord Webhook API on New Relation Created (Instant) from Laposta API
Laposta + Discord Webhook
 
Try it
Create Relation with Laposta API on New Submission from Typeform API
Typeform + Laposta
 
Try it
Create Relation with Laposta API on Custom Events from Zoom API
Zoom + Laposta
 
Try it
Get Film with SWAPI - Star Wars API on New Relation Created (Instant) from Laposta API
Laposta + SWAPI - Star Wars
 
Try it
New Relation Created (Instant) from the Laposta API

Emit new event on each created relation. See docs here (Go to Add webhook)

 
Try it
New Relation Deleted (Instant) from the Laposta API

Emit new event on each deleted relation. See docs here (Go to Add webhook)

 
Try it
New Relation Updated (Instant) from the Laposta API

Emit new event on each updated relation. See docs here (Go to Add webhook)

 
Try it
Create Relation with the Laposta API
 
Try it
Delete Relation with the Laposta API
 
Try it
Update Relation with the Laposta API
 
Try it

Authentication

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,

  • Navigate to your Laposta account and sign in
  • Go to Toegang & Abonnement > Koppelingen > API sleutels