HTTP GET with Error Handling

zapier

Fetch data from an API endpoint using inputData, with error handling and JSON response parsing.

Date Formatting & Parsing

zapier

Parse a date string from inputData and reformat it for downstream steps.

Map & Filter Array Data

zapier

Parse a JSON array from inputData, filter and transform each item, and return the results.

Input Validation & Sanitization

zapier

Validate required inputData fields and sanitize values before processing.

Return Multiple Output Objects

zapier

Split a comma-separated inputData field into multiple output objects for downstream steps.

Process All Items

n8n

Loop through all input items with $input.all(), transform each, and return results.

HTTP Request with Retry

n8n

Make an HTTP request with exponential backoff retry logic using fetch.

Date Parsing & Timezone Handling

n8n

Parse dates from input, compute differences, and format with timezone offsets.

Try/Catch with Structured Errors

n8n

Wrap processing in try/catch and return structured error output for the error branch.

Access Data from Previous Nodes

n8n

Reference output data from specific previous nodes using $() notation.

Webhook Body Validation

pipedream

Validate an incoming webhook payload and return a structured response.

HTTP Request with axios

pipedream

Make an authenticated API request using Pipedream's built-in axios.

Data Store Read/Write

pipedream

Use $.service.db to persist and retrieve key-value data across workflow runs.

Environment Variable Access

pipedream

Access and validate environment variables with fallback defaults.

Transform Bundle Input Fields

make

Transform and restructure fields from bundle.inputData for an API request.

Parse Nested JSON from Strings

make

Safely parse JSON strings from bundle.inputData, handling nested structures.

Error Handling with Structured Output

make

Try/catch pattern returning structured success or error output for Make scenarios.

Search Contacts by Email

hubspot

Look up a HubSpot contact by email address using the CRM search API.

Custom Workflow Action with API Call

hubspot

A custom coded workflow action that calls an external API and returns results.

Process Webhook Event

hubspot

Handle an incoming webhook event, extract subscription data, and route by event type.

Error Handling with Callback

hubspot

Robust error handling pattern using callback with structured error data.

For Loop with Conditionals

hubl

Iterate over a list with if/else conditional rendering and loop index access.

Custom Module with Parameters

hubl

A reusable custom module template that reads module parameters and renders content.

Blog Post Listing

hubl

Display recent blog posts using content variables and blog_recent_posts.

Form Embed with Custom Styling

hubl

Embed a HubSpot form with custom wrapper markup and conditional display.