Skip to main content
Recipients are the contacts an invoice is emailed to. They belong to a client, so every command here takes --client <client-identifier>. For fields and response details, see the API reference. To list a client’s recipients, run clients show.
Sample responses on this page show the JSON envelope (--json). Pretty output is the default on a terminal and its columns adapt to width. See Output formats.

recipients create

Add a recipient to a client. --user-email identifies the acting organization user.

recipients update

Change a recipient’s name or email. Only the flags you pass are changed.

Required arguments

recipients delete

Remove a recipient from a client.

Required arguments

  • <recipient-id> - the recipient’s record ID.