Helper functions and functional utilities to use within your Pipedream workflows
Go to sitePipedream provides a set of helper functions that make it easy to manipulate and work with data in your workflow. You can use these helper functions to:
Here are some examples of what you can build using the Helper Functions API:
Accepts a base64-encoded string, returns a decoded UTF-8 string
Get the difference, intersection, union, or symetric difference of two arrays/sets.
Converts an HTML string to the Slack mrkdwn format using
Accepts a JavaScript object, returns that object converted to a JSON string
The Helper Functions API does not require authentication.