symfony/telnyx-notifier

Symfony Telnyx Notifier Bridge

Installs: 2 052

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 1

Type:symfony-notifier-bridge

v7.0.7 2024-04-18 09:29 UTC

README

Provides Telnyx integration for Symfony Notifier.

DSN example

TELNYX_DSN=telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID

where:

  • API_KEY is your telnyx API key.
  • FROM is your sender.
  • MESSAGING_PROFILE_ID identifier of your messaging profile at Telnyx. You need this in order to show a name to the recipient (e.g. "Symfony") instead of just the phone number.

Resources