What do you want to automate

with LimoExpress and Jobnimbus?

Prompt, edit and deploy AI agents that connect to LimoExpress, Jobnimbus 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 Attachment with Jobnimbus API on New Limo Booking Created from LimoExpress API
LimoExpress + Jobnimbus
 
Try it
Create Client with LimoExpress API on New Activity Created Event from Jobnimbus API
Jobnimbus + LimoExpress
 
Try it
Create Client with LimoExpress API on New Contact Created Event from Jobnimbus API
Jobnimbus + LimoExpress
 
Try it
Create Client with LimoExpress API on New Contact Deleted Event from Jobnimbus API
Jobnimbus + LimoExpress
 
Try it
Create Client with LimoExpress API on New Contact Updated Event from Jobnimbus API
Jobnimbus + LimoExpress
 
Try it
New Limo Booking Created from the LimoExpress API

Emit new event when a customer creates a new limo booking. See the documentation

 
Try it
New Activity Created Event from the Jobnimbus API

Emit new events when a new activity created. See the docs

 
Try it
New Contact Created Event from the Jobnimbus API

Emit new events when a new contact is created. See the docs

 
Try it
New Contact Deleted Event from the Jobnimbus API

Emit new events when a contact is deleted. See the docs

 
Try it
New Contact Updated Event from the Jobnimbus API

Emit new events when a contact is updated. See the docs

 
Try it
Create Client with the LimoExpress API

Creates a new client with specified details. See the documentation

 
Try it
Create Attachment with the Jobnimbus API

Creates an attachment. See the documentation

 
Try it
Create Limo Booking with the LimoExpress API

Creates a new limo booking with specified details. See the documentation

 
Try it
Create Contact with the Jobnimbus API

Creates a contact. See the documentation

 
Try it
Mark Invoice Paid with the LimoExpress API

Marks an invoice as paid. See the documentation

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

Connect LimoExpress

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    limoexpress: {
      type: "app",
      app: "limoexpress",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.limoexpress.me/api/integration/users`,
      headers: {
        Authorization: `Bearer ${this.limoexpress.$auth.api_key}`,
        "accept": `*/*`,
      },
      params: {
        page: `1`,
        per_page: `10`,
      },
    })
  },
})

Overview of Jobnimbus

The Jobnimbus API allows for the creation of complex workflows revolving around job and customer management within the construction and contracting industries. With this API, users can automate tasks such as updating job statuses, managing contacts, and creating tasks or appointments. This streamlines the process of moving a job from lead to completion, ensuring communication and record-keeping are seamless.

Connect Jobnimbus

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: {
    jobnimbus: {
      type: "app",
      app: "jobnimbus",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.jobnimbus.com/api1/contacts`,
      headers: {
        Authorization: `Bearer ${this.jobnimbus.$auth.api_key}`,
        "Content-Type": `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