getEmail()
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService > getEmail
IOrganizationNotificationChannelService.getEmail() 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.
Get email by id
Signature:
getEmail(id: string): Promise<ISmtpDefinitionObject>;
Parameters
Parameter | Type | Description |
---|---|---|
id | string | id of the smtp |
Returns:
Promise<ISmtpDefinitionObject>
Promise resolved with smtp definition or undefined if not found.