Asset: Custom Field Value Changed
asset.custom_field_value_changed
Example Webhook Event
{
"event": "asset.custom_field_value_changed",
"type": "asset",
"trigger": "custom_field_value_changed",
"context": {
"custom_field_id": 5243803121,
"custom_field_name": "IMEI Number",
"custom_field_type": "Number Field",
"new_value": "356789012345678",
"old_value": "213123123111211"
},
"response": {
"id": 271423733,
"asset_id": "100002",
"asset_name": "",
"asset_serial": "YC22CG9YBHUYMC9",
"warranty_expiration_date": "2024-12-12",
"order_number": "SEOEUQ",
"purchase_date": "2024-09-12",
"purchase_cost": 1349,
"currency": "USD",
"product_id": 524380504,
"status_id": 806585817,
"category_id": 310892691,
"manufacturer_id": 171726783,
"supplier_id": 283824232,
"depreciation_id": 194730577,
"location_id": 672632879,
"department_id": 615522849,
"logo": null,
"notes": "",
"custom_fields": [
{
"IMEI Number": "356789012345678"
}
],
"deployed_to": [
{
"employee_id": 785820464,
"checkout_date": "2024-12-10"
}
],
"product_name": "iPhone 16 Pro Max",
"manufacturer_name": "Apple",
"category_name": "Mobile Phones",
"product_end_of_life_date": "2025-03-25",
"last_audit_date": "2024-05-07",
"next_audit_date": "2025-06-05",
"last_maintenance_date": "2024-12-09",
"checkout_date": "2024-12-10",
"end_of_life_date": null,
"created_at": "2024-12-12T03:19:26.767-05:00",
"updated_at": "2024-12-12T03:23:50.401-05:00"
}
}
Updated 16 days ago