Events list
List of events
This list will be expanded and new events will be added to it. End goal is to cover Create, Update and Delete events for all objects in LicenseSpring, and add some important action events ( eq. license.activated ).
customer.deleted
Publishers: platform
Consumers: webhooks, integrations
Data: customer
customer.updated
Publishers: platform, license-api
Consumers: webhooks, integrations
Data: customer
device_variable.created
Publishers: platform, license-api
Consumers: webhooks
Data: device_variable
device_variable.deleted
Publishers: platform
Consumers: webhooks
Data: device_variable
device_variable.updated
Publishers: platform, license-api
Consumers: webhooks
Data: device_variable
installation_file.created
Publishers: platform
Consumers: webhooks
Data: installation_file
installation_file.deleted
Publishers: platform
Consumers: webhooks
Data: installation_file
installation_file.updated
Publishers: platform
Consumers: webhooks
Data: installation_file
license.activated
Publishers: license-api
Consumers: webhooks
Data: license
license.created
Publishers: license-api
Consumers: webhooks, integrations
Data: license
license.deactivated
Publishers: license-api
Consumers: webhooks
Data: license
license.deleted
Publishers: platform
Consumers: webhooks, integrations
Data: license
license.expired
Publishers: platform
Consumers: webhooks
Data: license
license.license_user.assigned
Publishers: user-portal
Consumers: webhooks
Data: license, license_user
license.license_user.unassigned
Publishers: user-portal
Consumers: webhooks
Data: license, license_user
license.maintenance_expired
Publishers: platform
Consumers: webhooks
Data: license
license.maintenance_will_expire_3_days
Publishers: platform
Consumers: webhooks
Data: license
license.reset
Publishers: platform, user-portal
Consumers: webhooks
Data: license
license.updated
Publishers: platform
Consumers: webhooks, integrations
Data: license
license.will_expire_3_days
Publishers: platform
Consumers: webhooks
Data: license
license.will_expire_3_days
Publishers: platform
Consumers: webhooks
Data: license
license_custom_field.created
Publishers: platform
Consumers: webhooks
Data: license_custom_field
license_custom_field.deleted
Publishers: platform
Consumers: webhooks
Data: license_custom_field
license_custom_field.updated
Publishers: platform
Consumers: webhooks
Data: license_custom_field
license_product_feature.created
Publishers: platform
Consumers: webhooks
Data: license_product_feature
license_product_feature.deleted
Publishers: platform
Consumers: webhooks
Data: license_product_feature
license_product_feature.updated
Publishers: platform
Consumers: webhooks
Data: license_product_feature
order.created
Publishers: license-api
Consumers: webhooks
Data: order
order.deleted
Publishers: platform
Consumers: webhooks
Data: order
order.license_user.manager_assigned
Publishers: user-portal
Consumers: webhooks
Data: order, license_user
order.updated
Publishers: platform
Consumers: webhooks
Data: order
product.created
Publishers: platform
Consumers: webhooks, integrations
Data: product
product.deleted
Publishers: platform
Consumers: webhooks
Data: product
product.updated
Publishers: platform
Consumers: webhooks, integrations
Data: product
product_custom_field.created
Publishers: platform
Consumers: webhooks, integrations
Data: product_custom_field
product_custom_field.deleted
Publishers: platform
Consumers: webhooks, integrations
Data: product_custom_field
product_custom_field.updated
Publishers: platform
Consumers: webhooks, integrations
Data: product_custom_field
product_feature.created
Publishers: platform
Consumers: webhooks, integrations
Data: product_feature
product_feature.deleted
Publishers: platform
Consumers: webhooks, integrations
Data: product_feature
product_feature.updated
Publishers: platform
Consumers: webhooks, integrations
Data: product_feature
license_user_group.created
Publishers: platform
Consumers: webhooks
Data: license_user_group
license_user_group.updated
Publishers: platform
Consumers: webhooks
Data: license_user_group
license_user_group.deleted
Publishers: platform
Consumers: webhooks
Data: license_user_group
license_user_group.license_user.manager_assigned
Publishers: platform, user-portal
Consumers: webhooks
Data: license_user_group, license_user
Global event data
Data sent with each event if applicable.
id (str) - uuid4 generated unique event id
event (str) - event code
company_id (int) - id of the company for which the event was triggered
user_id (int) - id of the user who triggered the event
ts (int) - unix epoch timestamp of the event occurrence
data (Object) - custom data depending on event
user_id field is optional, and in some cases will be null.
Custom data
This section contains object data definitions for objects that are sent with each event. Which objects are sent with which event is defined in the List of events section above.
customer (Object)
id (int)
email (str)
first_name (str)
last_name (str)
phone (str)
reference (str)
address (str)
postcode (str)
city (str)
country (str)
state (str)
license (Object)
id (int)
activations_type (
online|offline)license_key (str)
max_license_users (int)
is_trial (boolean)
active (boolean)
validity_period (date)
enable_maintenance_period (boolean)
maintenance_period (date)
max_activations (int)
times_activated (int)
enabled (boolean)
total_consumptions (int)
max_consumptions (int)
order (Object)
license_user (Object)
id (int)
true_email (str)
first_name (str)
last_name (str)
order (Object)
id (int)
store_id (str)
product (Object)
id (int)
product_name (str)
short_code (str)
active (boolean)
authorization_method (str)
is_archived (boolean)
is_bundle (boolean)
Was this helpful?