How to work with Enate's Webhooks

In order to work with Webhooks in Enate, you need to pass certain parameters to the Webhook (see here for more information) and you will get a message returned with corresponding information (see below for more information).

Message Returned Explanation

Parameters Required Explanation

Note on creating Webhook subscriptions:

For creating subscriptions, the FilterObjectType and the FilterObjectGUID should match up according to the item you want to receive messages about, i.e. if you want to know about Packets Created for a particular Company then you would use:

  • FilterObjectType = 31 (Company in the EnateObjects enum) (Or alternatively Contract = 215, Service = 217)

  • FilterObjectGUID = <any valid Company GUID you can access>

  • WebHook = PacketCreated

Last updated