דילוג לתוכן הראשי

Set custom attribute values

PATCH 

/conversations/:conversation_id/custom-attributes

A partial merge: attributes you do not mention keep their value. Send null for one to clear it.

Values are validated against the account's schema (GET /v1/conversation-attributes), so an unknown attribute id, or a value outside a select list, is a 400 naming the field rather than bad data stored quietly.

Writing an attribute does not move the conversation up the queue — filing information is bookkeeping, not a customer interaction.

Request

Responses

Values stored.

Response Headers
    X-Request-Id

    Correlation id for this request. Quote it when reporting a problem.