Formatting

Pre-built actions to make formatting and manipulating data within your workflows easier.

Integrate the Formatting API with the Schedule API

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

[Text] Transform Case with Formatting API on Custom Interval from Schedule API
Schedule + Formatting
 
Try it
[Data] Convert JSON to String with Formatting API on Custom Interval from Schedule API
Schedule + Formatting
 
Try it
[Data] Convert JSON to String with Formatting API on Daily schedule from Schedule API
Schedule + Formatting
 
Try it
[Data] Convert JSON to String with Formatting API on Monthly Schedule from Schedule API
Schedule + Formatting
 
Try it
[Data] Convert JSON to String with Formatting API on Weekly schedule from Schedule API
Schedule + Formatting
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

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

Convert an object to a JSON format string

 
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
[Date/Time] Compare Dates with the Formatting API

Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.

 
Try it
[Date/Time] Format with the Formatting API

Format a date string to another date string

 
Try it

Connect Formatting

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

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.