Back to integrations
Integrate Gmail into your workflows
Send an email through a connected Gmail account.
About this node
Send an email through a connected Gmail account.
Node details
- Type: gmail
- Category: communication
- Availability: Active
Input / Output schema
- input: {"cc":{"type":"string"},"to":{"type":"string","required":true},"bcc":{"type":"string"},"body":{"type":"string","required":true},"subject":{"type":"string","required":true},"threadId":{"type":"string"}}
- output: {"emails":{"type":"array<object>"},"threadId":{"type":"string"},"messageId":{"type":"string"}}