This action will forward an email from your Gmail account, attachments included, to the recipient you specify.
- API endpoint slug
- gmail.forward_email
- Filter code method
- Gmail.forwardEmail.skip(string?: reason)
- Runtime method
- runAction("gmail.forward_email", {})
Action fields
- Label
- Message ID
- Helper text
- The ID of the Gmail message to forward. Use the MessageId ingredient from a Gmail trigger or query.
- Slug
- message_id
- Required
- true
- Can have default value
- true
- Filter code method
- Gmail.forwardEmail.setMessageId(string: message_id)
- Label
- Forward to
- Helper text
- The email address to forward this message to.
- Slug
- to
- Required
- true
- Can have default value
- true