Accessory: Custom Field Value Changed
accessory.custom_field_value_changed
Example Webhook Event
{
"event": "accessory.custom_field_value_changed",
"type": "accessory",
"trigger": "custom_field_value_changed",
"context": {
"custom_field_id": 5243803121,
"custom_field_name": "Color",
"custom_field_type": "Text Field",
"new_value": "Black",
"old_value": "White"
},
"response": {
"id": 160156002,
"name": "Magic Keyboard",
"model_number": "MLA22LL/A",
"order_number": "TJUGRUI844",
"purchase_date": "2024-12-05",
"purchase_cost": 1895,
"currency": "USD",
"minimum_quantity": 10,
"quantity": 5,
"available": 3,
"category_id": 624681746,
"manufacturer_id": 171726783,
"supplier_id": 283824232,
"location_id": 672632879,
"department_id": null,
"qr_code": false,
"logo": "...jpg",
"notes": "Remember to ship with tutorial on how to connect",
"custom_fields": [
{
"Color": "Black"
}
],
"checked_out_to_employees": [
860163541,
703403815
],
"checked_out_to_locations": [],
"created_at": "2024-12-12T03:19:18.310-05:00",
"updated_at": "2024-12-12T03:19:18.310-05:00"
}
}
Updated 16 days ago