When sending follow-up emails, users need to thread the follow-up in the same email conversation. The Send Email action currently does not return Gmail/email threading identifiers, making this impossible.
## Scope & Context We are using Twenty CRM workflows to send automated outreach emails. When sending follow-up emails (either via Twenty workflows or external tools like n8n), we need to thread the follow-up in the same email conversation as the initial outreach. Currently, the Send Email action does not return Gmail/email threading identifiers, making it impossible to programmatically reply in the same thread. --- ## Current Behavior The Send Email workflow action returns only basic metadata: ```json { "subject": "Quick question about your seniors' college apps", "recipients": ["contact@example.com"], "ccRecipients": [], "bccRecipients": [], "attachmentCount": 0, "connectedAccountId": "6085b931-6277-470a-86de-538f22467b5f" } ``` **Missing:** `threadId`, `messageId`, and other email identifiers needed for threading. --- ## Expected Behavior The Send Email action should return the email provider's message identifiers: ```json { "subject": "Quick question about y