Helper Functions
Helper functions and functional utilities to use within your Pipedream workflows
Start for freeCategory
Works with
AI Compatible
Tools
Base64 Decode String
Accepts a base64-encoded string, returns a decoded UTF-8 string
Compare Arrays Return only the translated text without explanations.
Get the difference, intersection, union, or symetric difference of two arrays/sets.
Convert Currency
Convert an amount between currencies. See the documentation
Convert HTML to Slack mrkdwn format
Converts an HTML string to the Slack mrkdwn format using
Convert JavaScript Object to JSON String
Accepts a JavaScript object, returns that object converted to a JSON string
CSV File To Objects
Convert a CSV file to an array of objects.
Delay by N milliseconds
Delays the execution of your workflow for the specified number of milliseconds
Download File To /tmp
Downloads a file to your workflow's /tmp directory
Export Variables
Export variables for use in your workflow
Format ISO8601 Date/Time for Google Sheets
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.
Country name, given code (2-letter)
Return the country name (in English) when given the 2-letter country code Return only the translated text without explanations.
Get Current Time in Timezone Return only the translated text without explanations.
Returns the current time, tied to this workflow invocation, in the target timezone
Get ISO String N Days Ago
Returns an ISO string (UTC TZ) N days ago
Get Time in Timezone
Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.
HTML to Markdown
Convert via turndown
Pretty Print JSON
Pretty print a JavaScript object or value Return only the translated text without explanations.
Random Integer
Generate a random integer (whole number). Useful for random delays.
Random Item(s) from List
Returns a randomly selected value(s) from a user-defined list of options.
Retrieve all RSS Stories
Retrieve all stories from one or more RSS feeds.
Retrieve New RSS Stories
Gets new stories from a specified RSS feed that have not already been processed.
Pipedream Task Scheduler - Schedule Task
Schedule a task with an existing task scheduler source. See here for more details.
Send email with Nodemailer
Sends an email using the nodemailer package
Send Webhook
Send Webhook and Payload
Send to Amazon S3
Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/
Trigger Workflow
Trigger another Pipedream workflow in your workspace. Return only the translated text without explanations.
XML to JSON
See xml-js Return only the translated text without explanations.