Add In-Reply-To to Email Workflow Node (#18641)
Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@@ -272,6 +272,8 @@ export const DOCUMENTATION_PATHS = {
|
||||
'/user-guide/workflows/how-tos/connect-to-other-tools/generate-quote-or-invoice-from-twenty',
|
||||
USER_GUIDE_WORKFLOWS_HOW_TOS_CONNECT_TO_OTHER_TOOLS_SET_UP_A_WEBHOOK_TRIGGER:
|
||||
'/user-guide/workflows/how-tos/connect-to-other-tools/set-up-a-webhook-trigger',
|
||||
USER_GUIDE_WORKFLOWS_HOW_TOS_CRM_AUTOMATIONS_AUTO_REPLY_TO_INBOUND_EMAILS:
|
||||
'/user-guide/workflows/how-tos/crm-automations/auto-reply-to-inbound-emails',
|
||||
USER_GUIDE_WORKFLOWS_HOW_TOS_CRM_AUTOMATIONS_CLOSED_WON_AUTOMATIONS:
|
||||
'/user-guide/workflows/how-tos/crm-automations/closed-won-automations',
|
||||
USER_GUIDE_WORKFLOWS_HOW_TOS_CRM_AUTOMATIONS_DETECT_STALE_OPPORTUNITIES:
|
||||
|
||||
@@ -14,5 +14,6 @@ export const workflowSendEmailActionSettingsSchema =
|
||||
subject: z.string().optional(),
|
||||
body: z.string().optional(),
|
||||
files: z.array(workflowFileSchema).optional().default([]),
|
||||
inReplyTo: z.string().trim().optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user