updateAttachedAdditionalEmails


SoftLayer_Ticket::updateAttachedAdditionalEmails

Update non-user email addresses attached to a ticket’s email notify list.

Description

Creates new additional emails for assigned user if new emails are provided. Attaches any newly created additional emails to ticket. Remove any additional emails from a ticket that are not provided as part of $emails

Parameters

Name Type Description
emails string[] A list of email addresses to notify when a ticket is updated

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the exception “This ticket does not have an assigned user. Could not add additional emails.” if the given ticket is not assigned to a user.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Ticket/{SoftLayer_TicketID}/updateAttachedAdditionalEmails'