feat(bot): ⚡️ Add attachment in emails
This commit is contained in:
@ -11,6 +11,7 @@ export const sendEmailOptionsSchema = z.object({
|
||||
replyTo: z.string().optional(),
|
||||
cc: z.array(z.string()).optional(),
|
||||
bcc: z.array(z.string()).optional(),
|
||||
attachmentsVariableId: z.string().optional(),
|
||||
})
|
||||
|
||||
export const sendEmailBlockSchema = blockBaseSchema.and(
|
||||
|
Reference in New Issue
Block a user