Workiom

An online No-Code Platform for teams and companies to manage their Data & Tasks using automation and advance collaboration features

Go to site
Explore
/
Apps
/
Workiom

Workiom API Integrations

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

The Workiom API enables you to build powerful custom applications to customize and streamline your business. With the Workiom API, you can design and develop customized applications that leverage the powerful Workiom platform to increase productivity and collaboration.

For example, with the Workiom API, you can:

  • Create custom applications to automate and streamline workflows
  • Export and transform data into more actionable insights
  • Access the powerful Workiom CRM, querying contacts, creating leads, and tracking customer data.
  • Integrate with third-party services, such as Social Media, Email, and Surveys
  • Securely manage collaboration, sharing, and access permissions
  • Track time and project progress
  • Utilize Artificial Intelligence (AI) to assist in decision making and planning
  • Allow users to collaborate on documents and databases in real-time
  • Integrate with billing and invoicing systems to create a complete financial workflow.
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: {
    workiom: {
      type: "app",
      app: "workiom",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.workiom.com/api/services/app/Apps/GetAll`,
      headers: {
        "Accept": `text/plain`,
        "X-Api-Key": `${this.workiom.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

  • Navigate to your Workiom and sign in
  • Go to “Account Settings” > “Developer”