What do you want to automate

with Pulsetic and Lamini?

Prompt, edit and deploy AI agents that connect to Pulsetic, Lamini and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Fine-Tune Job with Lamini API on New Monitor Event from Pulsetic API
Pulsetic + Lamini
 
Try it
Evaluate Job with Lamini API on New Monitor Event from Pulsetic API
Pulsetic + Lamini
 
Try it
Generate Completion with Lamini API on New Monitor Event from Pulsetic API
Pulsetic + Lamini
 
Try it
Get Batch Completions with Lamini API on New Monitor Event from Pulsetic API
Pulsetic + Lamini
 
Try it
Upload Dataset with Lamini API on New Monitor Event from Pulsetic API
Pulsetic + Lamini
 
Try it
New Monitor Event from the Pulsetic API

Emit new event when a monitor event occurs.

 
Try it
New Job Status from the Lamini API

Emit new events with the status of a training job. See the documentation

 
Try it
Create Fine-Tune Job with the Lamini API

Create a fine-tuning job with a dataset. See the documentation

 
Try it
Evaluate Job with the Lamini API

Evaluate a fine-tuning job by job ID. See the documentation

 
Try it
Generate Completion with the Lamini API

Generate completions using a Lamini model. See the documentation

 
Try it
Get Batch Completions with the Lamini API

Retrieve the results of a batch completion request from Lamini. See the documentation

 
Try it
Upload Dataset with the Lamini API

Upload a dataset to Lamini for training.

 
Try it
Integrate the Pulsetic API with the Lamini API
Setup the Pulsetic API trigger to run a workflow which integrates with the Lamini API. Pipedream's integration platform allows you to integrate Pulsetic and Lamini remarkably fast. Free for developers.

Overview of Pulsetic

Pulsetic API lets you monitor your websites and servers, sending notifications when downtime occurs or performance issues arise. With Pipedream, you can leverage this API to create powerful, automated workflows that respond to Pulsetic events in real-time. For instance, you can automate incident management by connecting Pulsetic to ticketing systems, trigger alerts in communication channels, or log performance data for analysis. Pipedream's zero-management data stores also allow you to keep track of incident history without needing a separate database.

Connect Pulsetic

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: {
    pulsetic: {
      type: "app",
      app: "pulsetic",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.pulsetic.com/api/public/monitors`,
      headers: {
        "Authorization": `${this.pulsetic.$auth.api_token}`,
      },
    })
  },
})

Connect Lamini

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: {
    lamini: {
      type: "app",
      app: "lamini",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.lamini.ai/v2/classifier/projects`,
      headers: {
        Authorization: `Bearer ${this.lamini.$auth.api_key}`,
        "accept": `application/json`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo