Entity Metadata Updated

An entity’s metadata was updated

Payload

The payload of this webhook request is an object.
eventTypestringRequired
entityIdstringRequired
keystringRequired
valuelist of stringsRequired
foreignIdstringOptional

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "eventType": "entity.metadata.updated",
3 "entityId": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",
4 "key": "my_custom_field",
5 "value": [
6 "my_value",
7 "my_second_value"
8 ],
9 "foreignId": "your_id_1234567890"
10}
Built with