Add SupportEmailAddress
POST {{baseUrl}}/api/v1/supportEmailAddress
This API adds a SupportEmailAddress to your help desk.
OAuth Scope
Desk.settings.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"address":"support@zylker.com","departmentId":"4000000007043","id":"4000000026003","friendlyName":"Support","isMailFetching":true}