From 0227681e92774fadb96e45217db0fc891b4afa74 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 28 Jan 2026 08:41:55 -0500 Subject: [PATCH] Added hook list to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 709b5b8..5c8713a 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ To enable automatic Time Activity entries for an Issue, you simply need to assig **Note:** After the initial synchronization, this plugin will receive push notifications via Intuit's webhook service. +## Comainion Plugin Hooks +* :pdf_left, { issue: issue } +* :pdf_right, { issue: issue } +* :process_invoice_custom_fields, { issue: issue, invoice: invoice } +* :show_customer_view_right, {customer: @customer} + ## License > The MIT License (MIT)