Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 812 Bytes

File metadata and controls

26 lines (19 loc) · 812 Bytes

Redlink Notifier

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