Skip to content
ActionAgencyHandyUpdated May 2026

What discount vouchers are configured in AgencyHandy?

Short answer: Drop the "AgencyHandyList Discount Vouchers" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Sample request
{}
Returns
{
"data": [
{
"_id": "v123",
"code": "WELCOME10",
"discount": 10
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List Discount Vouchers.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List Discount Vouchers.

What does the List Discount Vouchers action do in AgencyHandy?
Returns active and expired discount codes with their terms (percentage off, fixed amount, applicable services, expiry). Useful for "auto-generate this campaign's voucher code from a CRM segment list" or for tracking voucher-redemption rates in reporting workflows.
What inputs does List Discount Vouchers require?
List Discount Vouchers has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if AgencyHandy returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Discount Vouchers support batch operations?
Yes. Run List Discount Vouchers inside a Loop node to process arrays. Tiny Command handles AgencyHandy's rate limits automatically so you don't have to throttle manually.
More actions

Other AgencyHandy actions.

Action
Assign Task to Team Member
Sets or changes the assignee on a specific task. The team member gets a notification per their AgencyHandy preferences. Useful for round-robin distribution workflows or "auto-assign to whoever owns this client account" routing logic.
Action
Complete Task
Transitions a task to the completed state, which fires the Task Completed trigger downstream. Useful for cascading workflows that auto-close tasks based on external signal (e.g., CI build green → mark deployment task done).
Action
Create Client Group
Groups bundle multiple client contacts under one company-level entity for shared billing, portal access, and project organisation. Use when onboarding a new client company whose contacts will all share access to the same projects and invoices.
Action
Create Invoice
Creates a draft invoice for a client with line items, taxes, and due date. Optionally auto-send the invoice email via the send_email flag. The standard hook for "project complete → auto-bill the agreed amount" workflows; for recurring retainers, schedule this on a monthly cron instead.
Action
Create Lead
Captures a prospect at the top of the funnel — before they've become a paying client. Useful as the receiver for marketing-website form submissions; AgencyHandy's pipeline then tracks them through proposal → client conversion.
Action
Create Order
Provisions a new order with services, line items, client reference, and pricing. Skips the client-facing storefront step — useful when a sales call closes by phone or email and you want to log the order rather than send a proposal.

Send list discount vouchers from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.