Lighthouse

Lighthouse is a beautifully simple issue tracker changing the way thousands manage their issues.

Go to site
Explore
/
Apps
/
Lighthouse

Lighthouse API Integrations

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

Lighthouse is a great tool for building web applications. With its easy-to-use API, you can quickly and easily create web applications that are both powerful and user friendly.

Some examples of what you can build using the Lighthouse API include:

  • A web application that allows users to search for and book travel
  • An online marketplace for buying and selling goods and services
  • A social networking site for connecting with friends and family
  • A news and information website
  • A blog or personal website
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: {
    lighthouse: {
      type: "app",
      app: "lighthouse",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.lighthouse.$auth.domain}.lighthouseapp.com/profile.json`,
      headers: {
        "X-LighthouseToken": `${this.lighthouse.$auth.api_token}`,
        "Content-type": `application/json`,
      },
    })
  },
})
Create Milestone with Lighthouse API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Lighthouse
 
Try it
Send Message (Advanced) with Discord Webhook API on New Message Created from Lighthouse API
Lighthouse + Discord Webhook
 
Try it
Create Milestone with Lighthouse API on New Submission from Typeform API
Typeform + Lighthouse
 
Try it
Create Milestone with Lighthouse API on Custom Events from Zoom API
Zoom + Lighthouse
 
Try it
Get Film with SWAPI - Star Wars API on New Message Created from Lighthouse API
Lighthouse + SWAPI - Star Wars
 
Try it
New Message Created from the Lighthouse API

Emit new event for each new message created.

 
Try it
New Milestone Created from the Lighthouse API

Emit new event for each new milestone created.

 
Try it
New Project Created from the Lighthouse API

Emit new event for each new project created.

 
Try it
New Ticket Created from the Lighthouse API

Emit new event for each new ticket created.

 
Try it
Create Milestone with the Lighthouse API

Creates a milestone. See docs here

 
Try it
Create Project with the Lighthouse API

Creates a project. See docs here

 
Try it
Create Ticket with the Lighthouse API

Creates a ticket. See docs here

 
Try it

Authentication

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

Your API Token is located in your Lighthouse Profile at the top right, below the projects area in the sidebar.
Your domain is 12345678 if your Lighthouse URL is https://12345678.lighthouseapp.com/