Sign in

Update invoice note template

documented

Update an existing invoice note template. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/invoicing/invoices/note-templates.html?utm_source=openai))

PUT /invoice-note-templates/{id}Invoicingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.activecollab.com/{{$account_id}}/api/v1/invoice-note-templates/{{$invoice_note_template_id}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Angie-AuthApiToken: {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"content": "{{$content}}"}'
Update invoice note template · activecollab · OpenIntegrations