Conversation Tag Created

When a tag gets attached to a conversation you will receive a conversation.tag.destroyed event.

Request example

js{
    "event": "conversation.tag.created",
    "id": "1b68e131-2835-48a9-a56d-f41c5082e1e5",
    "account": 1,
    "app": 1,
    "createdAt": 1652974359,
    "deliveryAttempts": 1,
    "firstDeliveryAttempt": 1652974359,
    "data": {
        "id": 1,
        "tagName": "cool",
        "tagColor": "#F87171",
        "tagDescription": "",
        "createdBy": 1,
        "createdAt": "2022-05-19T15:32:39.547Z",
        "updatedAt": "2022-05-19T15:32:39.547Z",
        "conversationId": 1
    }
}

Request data breakdown

KeyvaluetypeDescription
eventconversation.tag.createdstringname of the event
id30837b84-b007-46dd-943a-092513f69cd8stringid of the event
account1Integerid of the account
app1Integerid of the app
createdAt1652968658Integertimestamp of the creation date
deliveryAttempts1IntegerNumber of times we tried to deliver the event
firstDeliveryAttempt1652968658Integertimestamp of the first time we tried to deliver the event
dataTag ObjectTagdata of the object