createEmail()
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService > createEmail
IOrganizationNotificationChannelService.createEmail() 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.
Create new email
Signature:
createEmail(smtp: ISmtpDefinition): Promise<ISmtpDefinitionObject>;
Parameters
Parameter | Type | Description |
---|---|---|
smtp | ISmtpDefinition | definition of the smtp |
Returns:
Promise<ISmtpDefinitionObject>
Promise resolved with created smtp.