Hatif
    • Account API
      • Service Login
        POST
    • Channels API
      • Get Channels
        GET
    • Whatsapp API
      • Send Text
        POST
      • Send Template
        POST
    • Contact
      • Set Property Value on Contact
        PUT
      • Search Contacts [Complex]
        POST
      • Delete Property Value on Contact
        DELETE
      • Create Contact
        POST
      • Update Contact
        PUT
      • Get Contacts
        GET
      • Get Contact By Id
        GET
      • Delete Contact
        DELETE
      • Create Bulk Contacts vCards
        POST
      • Create Contact
        POST
      • Get Contacts Search
        POST
      • Contacts History
        GET
    • Contact Properties
      • List Contact Properties
      • Delete Contact Property
      • Update Contact Property
      • Create Contact Property
      • Contact Properties Statistics
    • Support API
      • Upload Audio File
    • Outbound IVR API
      • Create Outbound IVR
    • Workspace API
      • Get Workspace Users
    • Conversations API
      • Get Conversation Timeline
      • List Conversations
      • Create Conversation
      • Assign Conversation
      • Get Conversation
    • Tags API
      • Create Tag
      • Delete Tag
      • Update Tag
      • List Tags
    • Call Webhook
    • WhatsApp Message Webhook
    • Schemas
      • Call Webhook
      • WhatsApp Message Webhook
      • ConversationDto
      • CreateTagDto
      • ChannelConversationDto
      • UpdateTagDto
      • TagDto
      • ConversationTimelineDto
      • PagedResultOfTagDto
      • AiSummaryDto
      • ReplyInfoDto
      • InternalThreadDto
      • LocationMessageDto
      • AssignationInfoDto
      • PagedResultOfConversationDto
      • PagedResultOfConversationTimelineDto

    AssignationInfoDto

    Conversation assignation event details

    {
        "AssignedUserId": "2377db57-3495-46d5-9334-4dd16a5f3a55",
        "AssignedUserName": "string",
        "AssignedAiAgentId": "3461ec9f-4c67-4c86-9e76-c5b8ec4cbdd0",
        "AssignedAiAgentName": "string",
        "AssignedByUserId": "5325095d-606d-4f10-9dda-1533300873ca",
        "AssignedByUserName": "string"
    }
    Built with