This Action will send an email to up to twenty recipients from your Gmail account.
- API endpoint slug
- gmail.send_an_email
- Filter code method
- Gmail.sendAnEmail.skip(string?: reason)
- Runtime method
- runAction("gmail.send_an_email", {})
Action fields
- Label
- To address
- Helper text
- Accepts up to twenty email addresses, each separated with a space or comma
- Slug
- to
- Required
- true
- Can have default value
- true
- Filter code method
- Gmail.sendAnEmail.setTo(string: to)
- Label
- CC address
- Helper text
- Accepts up to twenty email addresses, each separated with a space or comma
- Slug
- cc
- Required
- false
- Can have default value
- true
- Filter code method
- Gmail.sendAnEmail.setCc(string: cc)
- Label
- BCC address
- Helper text
- Accepts up to twenty email addresses, each separated with a space or comma
- Slug
- bcc
- Required
- false
- Can have default value
- true
- Filter code method
- Gmail.sendAnEmail.setBcc(string: bcc)
- Label
- Subject
- Slug
- subject
- Required
- true
- Can have default value
- true
- Filter code method
- Gmail.sendAnEmail.setSubject(string: subject)
- Label
- Body
- Helper text
- Some HTML ok
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Gmail.sendAnEmail.setBody(string: body)
- Label
- Attachment URL
- Helper text
- URL to include as an attachment
- Slug
- attachment_url
- Required
- false
- Can have default value
- true
- Filter code method
- Gmail.sendAnEmail.setAttachmentUrl(string: attachmentUrl)