ehteshamali/email-campaign-manager-new

Laravel package for email campaigns

v1.0.0 2025-05-05 17:09 UTC

This package is auto-updated.

Last update: 2025-06-05 17:19:38 UTC


README

This package allows you to create, filter, and send email campaigns to customers. It is designed as a reusable Laravel package that works with services like SendGrid.

Installation

composer require yourname/email-campaign-manager

Configuration

  • Set your SendGrid API key in .env:
    SENDGRID_API_KEY=your_sendgrid_api_key
    

Usage

  • Create a campaign:

    POST /campaigns
    
  • Filter audience:

    POST /campaigns/filter
    
  • Send a campaign:

    POST /campaigns/send