This action will add the label you choose to a specific email message in your Gmail account.
- API endpoint slug
- gmail.add_label_to_email
- Filter code method
- Gmail.addLabelToEmail.skip(string?: reason)
- Runtime method
- runAction("gmail.add_label_to_email", {})
Action fields
- Label
- Message ID
- Helper text
- The message to add the label to. Use the MessageId ingredient from a Gmail trigger or query.
- Slug
- message_id
- Required
- true
- Can have default value
- true
- Filter code method
- Gmail.addLabelToEmail.setMessageId(string: message_id)
- Label
- Label
- Helper text
- The label to add to the message.
- Slug
- label
- Required
- true
- Can have default value
- false