feat(editor): ✨ Add cc & bcc + Deletable credentials
This commit is contained in:
@ -43,6 +43,8 @@ export type SendEmailStep = StepBase & {
|
||||
export type SendEmailOptions = {
|
||||
credentialsId: string | 'default'
|
||||
recipients: string[]
|
||||
cc?: string[]
|
||||
bcc?: string[]
|
||||
subject?: string
|
||||
body?: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user