@@ -193,9 +193,9 @@ export const AgentMailBlock: BlockConfig = {
193193 } ,
194194 {
195195 id : 'replyTo' ,
196- title : 'Override To ' ,
196+ title : 'Override Recipients ' ,
197197 type : 'short-input' ,
198- placeholder : 'Override recipient (optional )' ,
198+ placeholder : 'Override recipient (comma-separated )' ,
199199 condition : { field : 'operation' , value : 'reply_message' } ,
200200 mode : 'advanced' ,
201201 } ,
@@ -349,6 +349,7 @@ export const AgentMailBlock: BlockConfig = {
349349 type : 'short-input' ,
350350 placeholder : 'Optional username for email address' ,
351351 condition : { field : 'operation' , value : 'create_inbox' } ,
352+ mode : 'advanced' ,
352353 } ,
353354 {
354355 id : 'domain' ,
@@ -564,7 +565,7 @@ export const AgentMailBlock: BlockConfig = {
564565 cc : { type : 'string' , description : 'CC email addresses' } ,
565566 bcc : { type : 'string' , description : 'BCC email addresses' } ,
566567 replyMessageId : { type : 'string' , description : 'Message ID to reply to' } ,
567- replyTo : { type : 'string' , description : 'Override recipient for reply' } ,
568+ replyTo : { type : 'string' , description : 'Override recipients for reply (comma-separated) ' } ,
568569 replyAll : { type : 'string' , description : 'Reply to all recipients' } ,
569570 forwardMessageId : { type : 'string' , description : 'Message ID to forward' } ,
570571 updateMessageId : { type : 'string' , description : 'Message ID to update labels on' } ,
@@ -603,7 +604,8 @@ export const AgentMailBlock: BlockConfig = {
603604 preview : { type : 'string' , description : 'Message or draft preview text' } ,
604605 senders : { type : 'json' , description : 'List of sender email addresses' } ,
605606 recipients : { type : 'json' , description : 'List of recipient email addresses' } ,
606- labels : { type : 'json' , description : 'Thread or draft labels' } ,
607+ labels : { type : 'json' , description : 'Thread, message, or draft labels' } ,
608+ timestamp : { type : 'string' , description : 'Time the message was sent or drafted' } ,
607609 messages : { type : 'json' , description : 'List of messages' } ,
608610 threads : { type : 'json' , description : 'List of threads' } ,
609611 inboxes : { type : 'json' , description : 'List of inboxes' } ,
0 commit comments