Lahar

Increase your sales with marketing automation software that makes your digital strategy simple.

Go to site

Lahar API Integrations

Build and run workflows using the Lahar 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
19
20
21
22
23
24
25
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    lahar: {
      type: "app",
      app: "lahar",
    }
  },
  async run({steps, $}) {
    const data = {
      "token_api_lahar": `${this.lahar.$auth.api_token}`,
      "email_contato": `{email_address}`,
      "estagio_lead": `1`,
    }
    return await axios($, {
      method: "put",
      url: `https://app.lahar.com.br/api/leads`,
      headers: {
        "Content-Type": `application/json`,
      },
      data,
    })
  },
})

Authentication

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

To retrieve your Lahar API key and secret,
* Navigate to your Lahar account and sign in
* Go to Integracoes > DADOS DA API LAHAR