- update `send-email.workflow-action.ts` so it send email via the google sdk - remove useless `workflow-action.email.ts` - add `send` authorization to google api scopes - update the front workflow email step form to provide a `connectedAccountId` from the available connected accounts - update the permissions of connected accounts: ask users to reconnect when selecting missing send permission 
6 lines
273 B
TypeScript
6 lines
273 B
TypeScript
export * from './emails/clean-inactive-workspaces.email';
|
|
export * from './emails/delete-inactive-workspaces.email';
|
|
export * from './emails/password-reset-link.email';
|
|
export * from './emails/password-update-notify.email';
|
|
export * from './emails/send-invite-link.email';
|