symfony/redlink-notifier

Symfony Redlink Notifier Bridge

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Type:symfony-notifier-bridge

v7.1.1 2024-05-31 14:57 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