Consumable: Custom Field Value Changed
consumable.custom_field_value_changed
Example Webhook Event
{
"event": "consumable.custom_field_value_changed",
"type": "consumable",
"trigger": "custom_field_value_changed",
"context": {
"custom_field_id": 5243803121,
"custom_field_name": "Color",
"custom_field_type": "Text Field",
"new_value": "Cyan",
"old_value": "Red"
},
"response": {
"id": 531083364,
"name": "Lexmark CX 317 Ink",
"model_number": "GJD8484JX",
"order_number": "74818JZ",
"purchase_date": "2024-10-12",
"purchase_cost": 1431,
"currency": "USD",
"minimum_quantity": 10,
"available": 0,
"category_id": 561841937,
"manufacturer_id": 525327996,
"supplier_id": 362461591,
"location_id": 69845802,
"department_id": null,
"logo": "...jpg",
"notes": "",
"custom_fields": [
{
"Color": "Cyan"
},
{
"For Model": "Lexmark"
}
],
"checked_out_to_employees": [
769486530,
769486530,
769486530,
769486530,
769486530,
769486530
],
"checked_out_to_locations": [],
"created_at": "2024-12-12T03:19:16.415-05:00",
"updated_at": "2024-12-12T03:48:25.095-05:00"
}
}
Updated 16 days ago