Connections with Conditions

The Condition element lets the flow continue only when its conditions are met. When creating a condition, you define how PalDock evaluates a response to decide whether it is successful. Each condition consists of four parts:

  • Source – where to take the value from:
    • Body – a field inside the response body
    • Header – a response header
    • HTTP code – the status code of the response (e.g. 200, 404)
    • Constant – a fixed value defined manually
    • Query – a query parameter in the response URL
  • Key – the specific field or property to extract (the value in the response).
  • Operator – how the extracted value should be evaluated (see Operators).
  • Value – the expected value to compare against.

Example

  • Source: Body
  • Key: status
  • Operator: equals
  • Value: ok

This condition passes if the response body contains “status”: “ok”.

Insights that
helps you grow

  • Release notes 2026/02/27
    After months of work, our Integration Builder has a fresh new look and a lot more power. We redesigned it to be easier to use,…
  • Release notes 2025/12/19
    We added country-based categorization. You can now categorize offers, integrations, and other items by a specific country, or keep them global across all markets. We also…
  • Release notes 2025/12/17
    More flexible lead rejection: based on validation rules, filters, or pingtree sales results, by source (iframe, API) or by partner (include / exclude). It is now possible to…