Categories webhooks notify you when a category is created, updated, or deleted in the MX system for any user in the client. The payload for this webhook includes an action field that specifies the associated value of created, updated, or deleted.
Field
Data Type
Definition
created_at
Integer
The date and time when the category was created.
guid
String
The unique identifier for the category. Defined by MX.
is_default
Boolean
Whether the category is a default category.
is_income
Boolean
Whether the category represents income.
metadata
String
Additional information a partner can store on the category.
name
String
The name of the category that is visible to the user.
parent_guid
String
The parent GUID of the category.
revision
Integer
The revision number for the category.
updated_at
Integer
The date and time when the category was updated.
user_guid
String
The unique identifier for the user the category is attached to. Defined by MX.
user_id
String
The unique partner-defined identifier for the user.