Skip to main content

Pipedream Integration

Send Hardal analytics events to Pipedream to create automated workflows and integrations.
Make sure to check the partner’s website and API documentation for the most up-to-date information and configurations.

Setup

1

Add Destination

Go to Hardal dashboard → Marketing Destinations → “Add Custom Destination” → Select “Pipedream” template
2

Configure Workflow

{
  "endpoint_url": "https://endpoint.m.pipedream.net/YOUR_WORKFLOW_ID",
  "request_method": "POST",
  "content_type": "application/json"
}
3

Set Data Format

{
  "event_name": "##event_name##",
  "properties": "##properties##",
  "created_at": "##created_at##",
  "user_id": "##user_id##",
  "session_id": "##session_id##"
}

Available Properties

  • event_name - Triggered event name
  • properties - Custom event properties
  • created_at - Event timestamp
  • user_id - User identifier
  • session_id - Session identifier