symfony/redlink-notifier

Symfony Redlink Notifier Bridge

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Type:symfony-notifier-bridge

v7.0.3 2024-01-23 15:02 UTC

This package is auto-updated.

Last update: 2024-04-18 09:39:21 UTC


README

Provides Redlink integration for Symfony Notifier.

DSN example

REDLINK_DSN=redlink://API_TOKEN:APP_TOKEN@default?from=SENDER_NAME&version=VERSION

where:

  • API_TOKEN is your user API token, you can get it from the user dashboard
  • APP_TOKEN is your application's API token
  • SENDER_NAME is sender ID that was previously added through the user dashboard
  • VERSION is API version that you want to use, ex. v2.1, optional

Resources