Skip to content

Commit 82570cd

Browse files
Adam GoughAdam Gough
authored andcommitted
added fields
1 parent 252693c commit 82570cd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

apps/sim/blocks/blocks/gmail.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
5454
condition: { field: 'operation', value: ['send_gmail', 'draft_gmail'] },
5555
required: true,
5656
},
57+
{
58+
id: 'cc',
59+
title: 'CC',
60+
type: 'short-input',
61+
layout: 'full',
62+
placeholder: 'CC email address',
63+
condition: { field: 'operation', value: ['send_gmail', 'draft_gmail'] },
64+
},
5765
{
5866
id: 'subject',
5967
title: 'Subject',

apps/sim/blocks/blocks/outlook.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ export const OutlookBlock: BlockConfig<OutlookResponse> = {
5454
condition: { field: 'operation', value: ['send_outlook', 'draft_outlook'] },
5555
required: true,
5656
},
57+
{
58+
id: 'cc',
59+
title: 'CC',
60+
type: 'short-input',
61+
layout: 'full',
62+
placeholder: 'CC email address',
63+
condition: { field: 'operation', value: ['send_outlook', 'draft_outlook'] },
64+
},
5765
{
5866
id: 'subject',
5967
title: 'Subject',

0 commit comments

Comments
 (0)