Skip to content

How can I add a note when creating a conversation using conversation #5

@suavelad

Description

@suavelad

Hi Team,

How can I add a note when creating a conversation using conversations.post(data=data)

below is my current data json:

data = {
"subject": 'TEST.subject',
"customer": {
"email": 'snn@mail.com',
"firstName": 'name',
"lastName": 'lastname',
},
"mailboxId": mailbox_id,
"type": "email",
"status": "active",
"createdAt": current_date,
"threads": [
{
"type": "customer",
"customer": {"email": 'email@email.com'},
"text": 'ticket_data.description',
}
],
"tags": ['tags'],
}

   What extra data should I add ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions