integrimark/IntegriMark Mailing
Send emails with watermarking links using IntegriMark
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 27, 2023
- License
- LGPL
Pinned Snippet
uses: integrimark/integrimark-mailing-action@743ecb23d136b7d5a1ee173cd4745d08598dc461 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sendgrid_api_key | SendGrid API Key. | no | — |
| smtp_server | SMTP server address. | no | — |
| smtp_port | SMTP server port. | no | — |
| smtp_username | SMTP username. | no | — |
| smtp_password | SMTP password. | no | — |
| from_email | From email address. | yes | — |
| csv_input_file | Path to a CSV file to use as input. | no | — |
| google_spreadsheet_id | Google Spreadsheet ID. | no | — |
| google_worksheet_index | Worksheet index in the spreadsheet. | no | — |
| service_account_json | Path to the service_account.json file to access Google's API, or full content of the JSON document. | no | — |
| email_column | Column name or index for email addresses. | yes | — |
| files_column | Column name or index for files. | no | — |
| passwords | Path to the passwords.json file. | no | passwords.json |
| template_file | Path to a custom email template file. | no | — |
| email_status_file | Path to the email status JSON file. | no | email-status.json |
| no_send_mode | Flag to run in no-send mode. | no | false |
Outputs
no outputs