updateEmail()
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService > updateEmail
IOrganizationNotificationChannelService.updateEmail() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Update existing email
Signature:
updateEmail(smtp: ISmtpDefinitionObject): Promise<ISmtpDefinitionObject>;
Parameters
Parameter | Type | Description |
---|---|---|
smtp | ISmtpDefinitionObject | definition of the smtp |
Returns:
Promise<ISmtpDefinitionObject>
Promise resolved when the smtp is updated.