Skip to main content

Pipedream Webhook

Pipedream is a serverless integration and compute platform that allows you to connect APIs, databases, and cloud services with ease. It enables developers to build and run workflows without managing infrastructure, making automation and data processing seamless. For IoT use cases, Pipedream can be utilized to automate device data collection, process sensor data, and trigger actions across various cloud services. This example demonstrates accepting a JSON data payload, then delivering it to Pipedream via the Webhook data destination. It relies on Pipedream's native HTTP / Webhook app. This example should work with both the hosted service as well as the self-hosted version.

Reminder

Make sure to replace the url with the correct Pipeline trigger URL for your workflow.

filter:
path: "*"
content_type: application/json
steps:
- name: step0
destination:
type: webhook
version: v1
parameters:
url: https://eo2fkbh7rjhxtrs.m.pipedream.net