Integration

Pipedream Utils
automation.

49 automated actions available through Cerebral OS. Connect Pipedream Utils to any workflow, Cerebral, or Map — with full governance, audit trail, and dry-run safety on every execution.

49 actions · pipedream_utils · governed execution

Execution trace
live
49
actions
100%
governed
<200ms
latency
49
Automated actions
0
Read operations
49
Write operations
2,800+
Compatible Maps
Actions

What you can do
with Pipedream Utils.

Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.

Add Files To /tmp
pipedream_utils:add_files_to_tmp
Adds a list of files to your workflow's /tmp directory
Write Medium risk
Formatting - [Date/Time] Add/Subtract Time
pipedream_utils:add_subtract_time
Add or subtract time from a given input
Write Medium risk
Helper Functions - Base64 Decode String
pipedream_utils:base64_decode_string
Accepts a base64-encoded string, returns a decoded UTF-8 string
Write Medium risk
Helper Functions - Compare Arrays
pipedream_utils:compare_arrays
Get the difference, intersection, union, or symetric difference of two arrays/sets.
Write Medium risk
Formatting - [Date/Time] Compare Dates
pipedream_utils:compare_dates
Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.
Write Medium risk
Helper Functions - Convert Currency
pipedream_utils:convert_currency
Convert an amount between currencies
Write Medium risk
Formatting - [Text] Convert HTML to Markdown
pipedream_utils:convert_html_to_markdown
Convert valid HTML to Markdown text
Write Medium risk
Helper Functions - Convert HTML to Slack mrkdwn format
pipedream_utils:convert_html_to_slack_mrkdwn
Converts an HTML string to the Slack mrkdwn format using
Write Medium risk
Formatting - [Text] Convert HTML to text
pipedream_utils:convert_html_to_text
Convert valid HTML to text
Write Medium risk
Formatting - [Data] Convert JSON to String
pipedream_utils:convert_json_to_string
Convert an object to a JSON format string
Write Medium risk
Formatting - [Text] Convert Markdown to HTML
pipedream_utils:convert_markdown_to_html
Convert Markdown text to HTML
Write Medium risk
Helper Functions - Convert JavaScript Object to JSON String
pipedream_utils:convert_object_to_json_string
Accepts a JavaScript object, returns that object converted to a JSON string
Write Medium risk
Helper Functions - CSV File To Objects
pipedream_utils:csv_file_to_objects
Convert a CSV file to an array of objects.
Write Medium risk
Formatting - [Date/Time] Format
pipedream_utils:date_time_format
Format a date string to another date string. For more examples on formatting, see the Sugar Date Format documentation.
Write Medium risk
Debug Memory Usage
pipedream_utils:debug_memory_usage
Get memory usage statistics for the current Pipedream workflow.
Write Medium risk
Helper Functions - Download File To /tmp
pipedream_utils:download_file_to_tmp
Downloads a file to your workflow's /tmp directory
Write Medium risk
Helper Functions - Export Variables
pipedream_utils:export_variables
Export variables for use in your workflow
Write Medium risk
Formatting - [Text] Extract by Regular Expression
pipedream_utils:extract_by_regular_expression
Find a match for a regular expression pattern. Returns all matched groups with start and end position.
Write Medium risk
Formatting - [Text] Extract by Regular Expressions List (Regex)
pipedream_utils:extract_by_regular_expressions_list
Find matches for regular expressions. Returns all matched groups with start and end position.
Write Medium risk
Formatting - [Text] Extract Email Address
pipedream_utils:extract_email_address
Find an email address out of a text field. Finds the first email address only.
Write Medium risk
Formatting - [Text] Extract Number
pipedream_utils:extract_number
Find a number out of a text field. Finds the first number only.
Write Medium risk
Formatting - [Text] Extract Phone Number
pipedream_utils:extract_phone_number
Find a complete phone number out of a text field. Finds the first number only.
Write Medium risk
Formatting - [Text] Extract URL
pipedream_utils:extract_url
Find a web URL out of a text field. Finds the first URL only.
Write Medium risk
Formatting - [Numbers] Format Currency
pipedream_utils:format_currency
Format a number as a currency
Write Medium risk
Helper Functions - Format ISO8601 Date/Time for Google Sheets
pipedream_utils:format_iso8601_datetime
Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.
Write Medium risk
Formatting - [Numbers] Format Number
pipedream_utils:format_number
Format a number to a new style. Does not perform any rounding or padding of the number.
Write Medium risk
Helper Functions - Country name, given code (2-letter)
pipedream_utils:get_coutry_name_by_code_iso
Return the country name (in English) when given the 2-letter country code
Write Medium risk
Helper Functions - Get Current Time in Timezone
pipedream_utils:get_current_time_in_specific_timezone
Returns the current time, tied to this workflow invocation, in the target timezone
Write Medium risk
Helper Functions - Get ISO String N Days Ago
pipedream_utils:get_iso_string_n_days_ago
Returns an ISO string (UTC TZ) N days ago
Write Medium risk
Helper Functions - Get Time in Timezone
pipedream_utils:get_time_in_specific_timezone
Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.
Write Medium risk
Helper Functions - HTML to Markdown
pipedream_utils:html_to_markdown
Convert via turndown
Write Medium risk
Formatting - [Data] Parse JSON
pipedream_utils:parse_json
Parse a JSON string
Write Medium risk
Helper Functions - Pretty Print JSON
pipedream_utils:prettify_json
Pretty print a JavaScript object or value
Write Medium risk
Helper Functions - Random Integer
pipedream_utils:random_integer
Generate a random integer (whole number). Useful for random delays.
Write Medium risk
Helper Functions - Random Item(s) from List
pipedream_utils:random_item_from_list
Returns a randomly selected value(s) from a user-defined list of options.
Write Medium risk
Formatting - [Text] Replace Text
pipedream_utils:replace_text
Replace all instances of any character, word or phrase in the text with another character, word or phrase.
Write Medium risk
Helper Functions - Retrieve all RSS Stories
pipedream_utils:retrieve_all_rss_stories
Retrieve all stories from one or more RSS feeds.
Write Medium risk
Helper Functions - Retrieve New RSS Stories
pipedream_utils:retrieve_new_rss_stories
Gets new stories from a specified RSS feed that have not already been processed.
Write Medium risk
Helper Functions - Pipedream Task Scheduler - Schedule Task
pipedream_utils:schedule_task_in_future
Schedule a task with an existing task scheduler source. See here for more details.
Write Medium risk
Helper Functions - Send email with Nodemailer
pipedream_utils:send_email_with_nodemailer
Sends an email using the nodemailer package
Write Medium risk
Helper Functions - Send to Amazon S3
pipedream_utils:send_to_s3
Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/
Write Medium risk
Formatting - [Text] Set Default Value
pipedream_utils:set_default_value
Return a default value if the text is empty
Write Medium risk
Formatting - [Text] Split Text
pipedream_utils:split_text
Split the text on a character or word and return one or all segments
Write Medium risk
Formatting - [Text] Transform Case
pipedream_utils:transform_case
Transform case for a text input
Write Medium risk
Helper Functions - Trigger Workflow
pipedream_utils:trigger_workflow
Trigger another Pipedream workflow in your workspace.
Write Medium risk
Formatting - [Text] Trim Whitespace
pipedream_utils:trim_whitespace
Removes leading and trailing whitespace
Write Medium risk
Formatting - [Text] Decode URL
pipedream_utils:url_decode
Decode a URL string
Write Medium risk
Formatting - [Text] Encode URL
pipedream_utils:url_encode
Encode a string as a URL
Write Medium risk
Helper Functions - XML to JSON
pipedream_utils:xml_to_json
See xml-js
Write Medium risk
How it works

Every Pipedream Utils action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Pipedream Utils — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Pipedream Utils action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Pipedream Utils action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Pipedream Utils integration

49 actions.
Governed by default.

Connect Pipedream Utils to any workflow in minutes. Dry-run every action before it touches production. Full audit trail on everything.

Connect Pipedream Utils free Browse all integrations →