This action will send an email to yourself. HTML, images and links are supported.
- API endpoint slug
- gmail.send_yourself_an_email
- Filter code method
- Gmail.sendYourselfAnEmail.skip(string?: reason)
- Runtime method
- runAction("gmail.send_yourself_an_email", {})
Action fields
- Label
- Subject
- Slug
- subject
- Required
- true
- Can have default value
- true
- Filter code method
- Gmail.sendYourselfAnEmail.setSubject(string: subject)
- Label
- Body
- Helper text
- Some HTML ok
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Gmail.sendYourselfAnEmail.setBody(string: body)
- Label
- Attachment URL
- Helper text
- Link to a file to attach. IFTTT downloads the file at this URL and attaches a copy to the email.
- Slug
- attachment_url
- Required
- false
- Can have default value
- true
- Filter code method
- Gmail.sendYourselfAnEmail.setAttachmentUrl(string: attachment_url)