createScheduledEmail()
Home > @gooddata/sdk-ui-dashboard > createScheduledEmail
createScheduledEmail() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates the CreateScheduledEmail command.
Dispatching this command will result in the creating scheduled email on the backend.
Signature:
export declare function createScheduledEmail(scheduledEmail: IAutomationMetadataObjectDefinition, correlationId?: string): ICreateScheduledEmail;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
scheduledEmail |
specify scheduled email to create. | |
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: