post https://api2.frontapp.com/channels//drafts
Create a draft message which is the first message of a new conversation.
Response
Create a draft message which is the first message of a new conversation.
xxxxxxxxxx
curl --request POST \
--url https://api2.frontapp.com/channels/cha_123/drafts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"mode":"private"}'