License: Custom Field Value Changed

license.custom_field_value_changed

Example Webhook Event

{ "event": "license.custom_field_value_changed", "type": "license", "trigger": "custom_field_value_changed", "context": { "custom_field_id": 5243803121, "custom_field_name": "Auto-Renewal Enabled", "custom_field_type": "Checkbox", "new_value": "false", "old_value": "true" }, "response": { "id": 538420336, "name": "Adobe Premiere Pro", "licensed_to_name": "John Smith", "licensed_to_email": "johnsmith@email.com", "order_number": "HX8402J", "purchase_date": "2024-05-12", "purchase_cost": 149, "currency": "USD", "expiration_date": "2024-12-17", "termination_date": null, "minimum_seats": 1, "number_of_seats": 3, "available": 2, "category_id": 896194353, "manufacturer_id": 459547381, "supplier_id": 283824232, "depreciation_id": 304394043, "department_id": 654672700, "logo": "...jpg", "notes": null, "custom_fields": [ { "Auto-Renewal Enabled": false } ], "seats": [ { "checked_out_to_asset": null, "checked_out_to_employee": 125168619, "checkout_date": "2024-11-10", "due_back_date": "2024-12-12", "checked_out_by": 65067547, "checkout_notes": null } ], "license_type": "Dynamic", "created_at": "2024-12-12T03:19:12.362-05:00", "updated_at": "2024-12-12T03:19:12.362-05:00" } }

Did this page help you?