Update department-level MailConfigurations

PATCH {{baseUrl}}/api/v1/departments/:department_Id/mailConfigurations

This API updates the MailConfigurations set for a specific department.

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
autoCCToMailbox<boolean>
Key that enables or disables auto CC of email replies to your 
createContactWithReplyTo<boolean>
Key that enables or disables creation of contacts from 'Reply To' email addresses
agentNameInTicketReply<boolean>
Key that enables or disables display of the agent's name in replies to customers
createTicketForOriginalSender<boolean>
Key that enables or disables creation of tickets on behalf of the sender while forwarding emails
privateThreadConfig<boolean>
Key that enables or disables private thread handling

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;privateThreadConfig&quot;:true,&quot;agentNameInTicketReply&quot;:true,&quot;createContactWithReplyTo&quot;:false,&quot;createTicketForOriginalSender&quot;:true,&quot;autoCCToMailbox&quot;:true}