PipedreamHQ/pipedream

[ACTIONS] Trolley - Add core actions for recipient and payout workflows

Open

#20,750 建立於 2026年4月29日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)JavaScript (5,305 fork)batch import
actionenhancementgood first issuehelp wantedtriaged

倉庫指標

Star
 (7,438 star)
PR 合併指標
 (平均合併 9天 7小時) (30 天內合併 131 個 PR)

描述

Is there a specific app this action is for?
Trolley

Batch and payment processing

Batches — Create batch, Retrieve batch summary, Process batch Payments — Create payment, Retrieve payment

Invoice management

Invoices — Create invoice, Search invoices, Create invoice payment

Account monitoring

Balances — Retrieve all balances Verifications — List verifications

Agent/LLM optimization

  • Static schema only — no additionalProps, reloadProps, or async option lookups that depend on a parent prop's value. Agents can't resolve multi-step prop chains.
  • Prop descriptions should be directive — tell the LLM what value to pass and where to get it. For ID inputs, reference the related list/search action (e.g. "Use List Recipients to find a recipient ID by name").
  • Accept human-readable identifiers where supported — email, name, external ID. Resolve to internal IDs server-side rather than forcing the agent to chain calls.
  • Return the full object on writes, not just a success boolean or ID. Agents reference return values in downstream steps.

貢獻者指南