Advanced
These examples demonstrate advanced features of Gmail Processor.
📄️ Custom Actions
Define custom logic as actions that can be executed during processing.
📄️ Advanced Custom Actions
Demonstrates how to use actionMeta to pass data between actions.
📄️ Date Expressions
This example demonstrates how to use date expressions in the configuration.
📄️ Decrypt and Store PDF
The action custom.decryptAndStorePdf decrypts and stores a PDF file. NOTE Make sure to set the PDF_PASSWORD script property in the Google Apps Script project settings.
📄️ Header Matching
This example demonstrates how to match raw message headers.
📄️ LogSheet Logging
Logs data to a Google Spreadsheet.
📄️ Regular Expressions
Regular expressions allow to define patterns and extract values to simplify the configuration.
📄️ String Function Expressions
This example demonstrates how to use string function expressions in the configuration.