NotifyVisitors
NotifyVisitors is a powerful marketing automation tool and Customer Data Platform (CDP) designed to help businesses boost their revenue. It sends out personalized, automated campaigns through channels such as email, SMS, and push notifications. This software enables companies to create detailed customer segments and gain insights into visitor behavior, allowing them to deliver customized messages and offers at just the right moment to enhance engagement and drive conversions.
Sending SMS and making text-to-speech calls with NotifyVisitors is simple and set up in just a few minutes.
Add SMS Provider
In your NotifyVisitors dashboard, navigate to "Settings → Channels → SMS → Add Service Provider".
- 1
Select Service Provider
Set the field value to “Private SSP”.
- 2
Name
Set this field value to “seven”.
- 3
Endpoint URL
- For SMS delivery: https://gateway.seven.io/api/sms
- For RCS delivery: https://gateway.seven.io/api/rcs/messages
- For TTS delivery: https://gateway.seven.io/api/voice
- 4
Request Type
Select “POST” as the type.
- 5
Basic Auth
Paste your API key into both fields.
- 6
Body Type
This value should be set to Form Data.
We also add two key pairs:
- Name: to, Value: {{ MOBILE }}
- Name: text, Value: {{ MESSAGE }}
You can optionally add more form fields according to the API documentation.