SendGrid service plugin — Marketing Campaigns #32

Open
opened 2026-05-28 18:51:52 +00:00 by jmiller · 1 comment
Owner

Send article notifications via SendGrid email campaigns.

Credentials:

{
  "api_key": "SG.xxx",
  "list_id": "...",
  "from_email": "...",
  "from_name": "..."
}

Features:

  • SendGrid Marketing Campaigns API v3
  • Single Send creation with HTML content
  • Contact list selection
  • Send or save-as-draft mode
  • Sender identity configuration
Send article notifications via SendGrid email campaigns. **Credentials:** ```json { "api_key": "SG.xxx", "list_id": "...", "from_email": "...", "from_name": "..." } ``` **Features:** - SendGrid Marketing Campaigns API v3 - Single Send creation with HTML content - Contact list selection - Send or save-as-draft mode - Sender identity configuration
Author
Owner

Branch created: feature/32-sendgrid-service-plugin-marketing-campai

git fetch origin
git checkout feature/32-sendgrid-service-plugin-marketing-campai
Branch created: [`feature/32-sendgrid-service-plugin-marketing-campai`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/32-sendgrid-service-plugin-marketing-campai) ```bash git fetch origin git checkout feature/32-sendgrid-service-plugin-marketing-campai ```
Sign in to join this conversation.
Type Feature
Status
Priority Medium
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#32