Page 1 of 1

PurchaseInvoiceCREATE

PostPosted: Tue May 28, 2024 2:37 pm
by kranil7701
I am checking for set up a webhook subscription for Purchase Invoice creation events. By doing so, we'll receive real-time notifications whenever a new Purchase Invoice is generated in our system. Please let me know if this is possible to add a Subscriptions for Purchase Invoice CREATE.
Thanks

Re: PurchaseInvoiceCREATE  Topic is solved

PostPosted: Tue May 28, 2024 2:56 pm
by Mike.Sheen
kranil7701 wrote:I am checking for set up a webhook subscription for Purchase Invoice creation events. By doing so, we'll receive real-time notifications whenever a new Purchase Invoice is generated in our system. Please let me know if this is possible to add a Subscriptions for Purchase Invoice CREATE.
Thanks


Yes, as long as you have the REST API plugin version 7.2.1.4 or later.

The event to subscribe to is purchaseinvoice.created

Re: PurchaseInvoiceCREATE

PostPosted: Tue May 28, 2024 3:16 pm
by kranil7701
Mike.Sheen wrote:
kranil7701 wrote:I am checking for set up a webhook subscription for Purchase Invoice creation events. By doing so, we'll receive real-time notifications whenever a new Purchase Invoice is generated in our system. Please let me know if this is possible to add a Subscriptions for Purchase Invoice CREATE.
Thanks


Yes, as long as you have the REST API plugin version 7.2.1.4 or later.

The event to subscribe to is purchaseinvoice.created


Let me check for this .
Thanks for your response