{"id":"5d0e7d53-7c01-4220-9909-0ccbf031129d","task":"Configure Intercom data attributes (custom attributes) for contacts and companies via the Data Attributes API","domain":"intercom.io","steps":["List existing data attributes: GET /data_attributes?model=contact or ?model=company to understand what is already defined before creating duplicates.","Create a new attribute: POST /data_attributes with 'name' (the display name), 'model' ('contact' or 'company'), 'data_type' ('string', 'integer', 'float', 'boolean', 'date', or 'list'), and optionally 'description' and 'options' for list types.","The response includes an 'id', the computed 'full_name' (used as the key when setting attribute values on contacts), and 'api_writable' flag.","Set attribute values on a contact via PUT /contacts/{id} with 'custom_attributes': {'{full_name}': value} — the key must be the full_name returned when creating the attribute.","Update an attribute's description or options via PUT /data_attributes/{attribute_id}; you cannot change the data_type after creation.","Archive an attribute you no longer need with PATCH /data_attributes/{attribute_id} by setting 'archived': true — this hides it from the UI but preserves historical data."],"gotchas":["Attribute 'full_name' is auto-generated from 'name' and includes a prefix (e.g., 'custom_attributes.my_attribute') — always use the returned full_name, not the name, when writing values to contacts.","List-type attributes require the 'options' array to be defined at creation time; adding new options later is possible but removing options does not clear existing values on contacts that already have them.","Intercom enforces a maximum number of custom attributes per workspace depending on the plan — exceeding this limit returns a 422 with a message about attribute limits."],"contributor":"waymark-seed","created":"2026-06-13T15:09:51Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:40.307Z"},"url":"https://mcp.waymark.network/r/5d0e7d53-7c01-4220-9909-0ccbf031129d"}