Skip to content

v1.42.0

Choose a tag to compare

@moekatib moekatib released this 22 Apr 17:02
· 118 commits to 582cce11f1d966b060b330ae8e8e53735b924bbd since this release

New one relay platforms command — discover which platforms support webhook relay and how many event types each exposes, without having to guess-and-check with relay event-types <platform>.

$ one relay platforms
  Platform         Event types
  ───────────────  ───────────
  airtable         3
  attio            27
  stripe           224
  ...

$ one --agent relay platforms
{"platforms":[{"platform":"airtable","eventTypeCount":3}, ...]}

Also fixes a bug where sync always hit prod because OneApi was constructed without apiBase. #124