Gmail Send Email
Sends a plain text email using the Gmail API.
Category: Google Drive & Gmail · Group: Google Drive · Activity name: GmailSendEmail

Example
GmailSendEmail("<to>", "<subject>", body="<body>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Recipient Email | string | Yes | Email address of the recipient. | |
| Subject | string | Yes | Subject line of the email. | |
| Body | string | Yes | Plain text content of the email. |