Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/telnyx-notifier

Symfony Telnyx Notifier Bridge
https://github.com/symfony/telnyx-notifier

component notifier php sms symfony symfony-component telnyx

Last synced: about 1 month ago
JSON representation

Symfony Telnyx Notifier Bridge

Awesome Lists containing this project

README

        

Telnyx Notifier
===============

Provides [Telnyx](https://telnyx.com/) 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
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)