Skip to main content

Extension

Events categorised under extension level will be triggered when any action performed on extension. e.g. If extension is installed.

Extension subscription

This event will be generated where there is any action done on extension-subscription

Events
extension/extension-subscription/create/v1
# this event is triggered when extension-subscription is created
extension/extension-subscription/update/v1
# this event is triggered when extension-subscription is updated

extension/extension-subscription/create/v1

this event is triggered when extension-subscription is created

Payload
company_id
integer
Company ID for which this event is triggered
contains
array of string
This array will have all the keys present at root level of 'payload' object
event
object
Properties
payload
object
Properties
Payload Schema JSON
Loading...
Payload Example
Loading...

extension/extension-subscription/update/v1

this event is triggered when extension-subscription is updated

Payload
company_id
integer
Company ID for which this event is triggered
contains
array of string
This array will have all the keys present at root level of 'payload' object
event
object
Properties
payload
object
Properties
Payload Schema JSON
Loading...
Payload Example
Loading...

Extension

This event will be generated where there is any action done on extension

Events
extension/extension/install/v1
# this event is triggered when extension is installed
extension/extension/uninstall/v1
# this event is triggered when extension is uninstalled

extension/extension/install/v1

this event is triggered when extension is installed

Payload
company_id
integer
company ID for which this event is triggered
contains
array of string
This array will have all the keys present at root level of 'payload' object
event
object
Properties
payload
object
Properties
Payload Schema JSON
Loading...
Payload Example
Loading...

extension/extension/uninstall/v1

this event is triggered when extension is uninstalled

Payload
company_id
integer
company ID for which this event is triggered
contains
array of string
This array will have all the keys present at root level of 'payload' object
event
object
Properties
payload
object
Properties
Payload Schema JSON
Loading...
Payload Example
Loading...