For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tyntec

Configure the Tyntec cloud communications gateway for Navixy on-premise SMS messaging. Add the JSON configuration parameters for messaging and voice integration.

Tyntec is a cloud communications provider that offers a range of messaging and voice solutions, including SMS, voice, and chat APIs.

With Navixy's support for Tyntec as an SMS gateway provider, you can leverage Tyntec's messaging capabilities and global coverage to send and receive SMS messages.

To connect Navixy with Tyntec, you will need to obtain your Tyntec API credentials and configure the JSON settings for the Tyntec gateway in the 'sms_gates' table of the 'google' database.

provider: tyntec 
type: transceiver 
params:
{
  url: <mandatory, string>, 
  username: <mandatory, string>,
  password: <mandatory, string> 
}

Last updated

Was this helpful?