frenchfounders/customerio-notifier

Symfony Customer.io Notifier Bridge

Installs: 2 657

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:symfony-notifier-bridge

1.2 2024-02-05 10:53 UTC

This package is auto-updated.

Last update: 2024-05-05 11:24:22 UTC


README

Provides Customer.io integration for Symfony Notifier.

Installation

composer require frenchfounders/customerio-notifier

Declare the notifier factory as a service :

services:
    notifier.transport_factory.customerio:
        class: FrenchFounders\CustomerioNotifier\CustomerioTransportFactory
        parent: 'notifier.transport_factory.abstract'
        tags:
            - { name: texter.transport_factory }

DSN example

CUSTOMERIO_DSN=customerio://APP_API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID

where:

  • APP_API_KEY is your CustomerIo application API key
  • DEFAULT_RECIPIENT_ID is an optional default recipient

Resources