feat: add vonage telephony (#35)

* refactor: telephony integration

* feat: add vonage telephony
This commit is contained in:
Sabiha Khan 2025-10-27 15:29:57 +05:30 committed by Sabiha Khan
parent 6503d806c5
commit 4cfdc3d420
39 changed files with 3382 additions and 335 deletions

View file

@ -38,11 +38,26 @@
"features/campaigns",
"features/looptalk"
]
}
]
},
{
"tab": "Integrations",
"groups": [
{
"group": "Overview",
"pages": [
"integrations/overview"
]
},
{
"group": "Telephony Integrations",
"group": "Telephony",
"pages": [
"telephony/twilio"
"integrations/telephony/overview",
"integrations/telephony/twilio",
"integrations/telephony/vonage",
"integrations/telephony/webhooks",
"integrations/telephony/custom"
]
}
]