saveScheduledEmail()
Home > @gooddata/sdk-ui-dashboard > saveScheduledEmail
saveScheduledEmail() 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.
Saves existing SaveScheduledEmail command. Dispatching this command will result in saving scheduled email on the backend.
Signature:
export declare function saveScheduledEmail(scheduledEmail: IAutomationMetadataObject, correlationId?: string): ISaveScheduledEmail;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
scheduledEmail |
specify scheduled email to save. | |
|
correlationId |
string |
(Optional) optionally specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: