Extends the existing Gmail piece with all missing actions and triggers requested in #8072.
| Action | Description |
|---|---|
| Add Label to Email | Attach a label to an individual email |
| Remove Label from Email | Remove a specific label from an email |
| Create Label | Create a new user label in Gmail |
| Archive Email | Archive (remove from Inbox) rather than deleting |
| Delete Email | Move an email to Trash |
| Remove Label from Thread | Strip a label from all emails in a thread |
| Trigger | Description |
|---|---|
| New Starred Email | Fires when an email is starred, using Gmail History API for efficient polling |
src/lib/actions/src/lib/triggers/new-starred-email.tssrc/index.ts to register all new actions and triggersgmail.modify, gmail.labelslabelAdded history type for STARRED label — same efficient approach as the existing New Labeled Email triggerGmailProps.label for consistencyGmailProps.message and GmailProps.threadResolves #8072
/attempt #8072
/claim #8072
Crazy-D1359
@Crazy-D1359
Activepieces (YC S22)
@activepieces