Short answer: Drop the "FreshBooks → Create FreshBooks Client" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
First Name fname | string | Optional | — |
Last Name lname | string | Optional | — |
Organization organization | string | Optional | — |
Email email | string | Required | The email address. Used as the recipient or identifier depending on context. |
Currency currency_code | string | Optional | — |
{"fname": "{{trigger.fname}}","lname": "{{trigger.lname}}","organization": "{{trigger.organization}}","email": "e.g. user@example.com","currency_code": "{{trigger.currency_code}}"}
{"response": {"result": {"client": {"id": 12345,"email": "jane@x.com","organization": "Acme"}}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.