Helper functions and functional utilities to use within your Pipedream workflows
Accepts a base64-encoded string, returns a decoded UTF-8 string
Write Python and use any of the 350k+ PyPi packages available. Refer to the Pipedream Python docs to learn more.
Get the difference, intersection, union, or symetric difference of two arrays/sets.
Converts an HTML string to the Slack mrkdwn format using
Pipedream 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:
Python API on Pipedream offers developers to build or automate a variety of
tasks from their web and cloud apps. With the Python API, users are able to
create comprehensive and flexible scripts, compose and manage environment
variables, and configure resources to perform a range of functions.
By using Pipedream, you can easily:
def handler(pd: "pipedream"):
# Reference data from previous steps
print(pd.steps["trigger"]["context"]["id"])
# Return data for use in future steps
return {"foo": {"test":True}}