Deputy

Employee scheduling, timesheets, tasking and communication platform

Integrate the Deputy API with the Formatting API

Setup the Deputy API trigger to run a workflow which integrates with the Formatting API. Pipedream's integration platform allows you to integrate Deputy and Formatting remarkably fast. Free for developers.

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
[Data] Convert JSON to String with Formatting API on New Colleague Created (Instant) from Deputy API
Deputy + Formatting
 
Try it
[Data] Convert JSON to String with Formatting API on New Post Created (Instant) from Deputy API
Deputy + Formatting
 
Try it
[Data] Convert JSON to String with Formatting API on New Timesheet Saved (Instant) from Deputy API
Deputy + Formatting
 
Try it
[Data] Parse JSON with Formatting API on New Colleague Created (Instant) from Deputy API
Deputy + Formatting
 
Try it
[Data] Parse JSON with Formatting API on New Post Created (Instant) from Deputy API
Deputy + Formatting
 
Try it
New Colleague Created (Instant) from the Deputy API

Emit new event when a new individual is added to the workplace

 
Try it
New Post Created (Instant) from the Deputy API

Emit new event when a new newsfeed post arrives

 
Try it
New Timesheet Saved (Instant) from the Deputy API

Emit new event when a new timesheet has been saved

 
Try it
Create Employee with the Deputy API

Adds a new employee or staff member to the organization in Deputy. See the documentation

 
Try it
[Data] Convert JSON to String with the Formatting API

Convert an object to a JSON format string

 
Try it
Create Location with the Deputy API

Creates a new location in Deputy. See the documentation

 
Try it
[Data] Parse JSON with the Formatting API

Parse a JSON string

 
Try it
[Date/Time] Add/Subtract Time with the Formatting API

Add or subtract time from a given input

 
Try it

Overview of Deputy

Deputy is a robust workforce management tool, catering to scheduling, timesheet tracking, and other employee coordination tasks. Leveraging the Deputy API on Pipedream allows you to automate mundane tasks, sync data across platforms, and create custom notifications based on employee actions. You could build workflows to manage shifts, sync employee details with HR systems, or trigger payroll processes, harnessing Pipedream's capability to integrate with various services without the need for manual coding.

Connect Deputy

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: {
    deputy: {
      type: "app",
      app: "deputy",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.deputy.$auth.endpoint}/api/v1/me`,
      headers: {
        Authorization: `Bearer ${this.deputy.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Formatting

1
2
3
4
5
6
export default defineComponent({
  async run({ steps, $ }) {
    const text = ' Hello world! ';
    return text.trim()
  },
})

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