Add SupportEmailAddress

POST {{baseUrl}}/api/v1/supportEmailAddress

This API adds a SupportEmailAddress to your help desk.

OAuth Scope

  • Desk.settings.CREATE

Attributes

Attribute NameData TypeDescription
departmentId (required)<long>
ID of the department in which the SupportEmailAddress must be configured
friendlyName (required)<string>
max chars : 100
Display name for the SupportEmailAddress
address (required)<string>
max chars : 100
Email ID to add

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;address&quot;:&quot;support@zylker.com&quot;,&quot;departmentId&quot;:&quot;4000000007043&quot;,&quot;id&quot;:&quot;4000000026003&quot;,&quot;friendlyName&quot;:&quot;Support&quot;,&quot;isMailFetching&quot;:true}