From d1c458929a6c99c35e295b2a29bf360f1c677e6d Mon Sep 17 00:00:00 2001 From: Vasilij Dusko Date: Wed, 26 May 2021 19:06:08 +0300 Subject: [PATCH] * manifest.json - 5.4 telnyx notifier integration --- symfony/telnyx-notifier/5.4/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/telnyx-notifier/5.4/manifest.json diff --git a/symfony/telnyx-notifier/5.4/manifest.json b/symfony/telnyx-notifier/5.4/manifest.json new file mode 100644 index 00000000..ef4d8a7e --- /dev/null +++ b/symfony/telnyx-notifier/5.4/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "TELNYX_DSN=telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID" + } +}