Manifestly Checklists

Manage and automate your recurring workflows and tasks

Go to site
Explore
/
Apps
/
Manifestly Checklists

Manifestly Checklists API Integrations

Build and run workflows using the Manifestly Checklists 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 Manifestly, you can easily create, edit, and track checklist items for any process or activity. Manifestly provides a simple, yet powerful, interface for managing checklist items that can be used for any type of activity.

Here are a few examples of what you can build using the Manifestly Checklists API:

  • A simple to-do list
  • A shopping list
  • A packing list for a trip
  • A task list for a project
  • A list of things to do before a big event
  • A list of tasks for a team
  • A daily checklist for a work process
  • A safety checklist for a manufacturing process
  • An inspection checklist for a construction site
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: {
    manifestly_checklists: {
      type: "app",
      app: "manifestly_checklists",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.manifest.ly/api/v1/users/`,
      params: {
        api_key: `${this.manifestly_checklists.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Manifestly Checklists API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API keys,

  • Navigate to your Manifestly Checklists account and sign in
  • Go to “Settings” > “Integrations”