Skip to main content
Connect Hardal to Relay.app to trigger automated workflows and integrate with hundreds of apps and services based on user behavior and analytics events.
Make sure to check the partner’s website and API documentation for the most up-to-date information and configurations.
1

Get Relay Webhook URL

  1. Log in to your Relay.app account
  2. Create a new workflow or open an existing one
  3. Add a Webhook trigger as the first step
  4. Copy the generated webhook URL
2

Configure Hardal Integration

In your Hardal dashboard:
  1. Navigate to Destinations > Add Destination
  2. Select Custom API
  3. Enter your Relay webhook URL as the endpoint
  4. Set request method to POST
3

Set Data Format

Configure the payload structure:
{
  "event_name": "##event_name##",
  "user_id": "##user_id##",
  "properties": "##properties##",
  "timestamp": "##created_at##",
  "page": {
    "url": "##page.url##",
    "title": "##page.title##"
  }
}
4

Build Relay Workflow

In Relay.app:
  1. Use the webhook data to trigger actions
  2. Connect to other apps (Slack, Email, CRM, etc.)
  3. Add conditions and filters based on event data
  4. Test the workflow with sample data

Common Use Cases

  • Lead Scoring: Update CRM scores based on user behavior
  • Notifications: Send alerts to Slack/Teams for important events
  • Data Sync: Sync user data across multiple platforms
  • Automated Marketing: Trigger email campaigns based on user actions