Migration from RingRing Portal
Coming from our legacy RingRing's Portal application (https://portal.ringring.be) ?
You are on the right page. We will guide you through the differences between the old products and the new version.
Sending SMS
SMS Mailer
The legacy SMS Mailer is now accessible via 3 different products on Naxai, based on your usage.
If you used SMS Mailer to send only 1 or 2 SMS messages at a time, we recommend using Quick SMS.
Quick SMS is easy to use and faster.
If you used SMS Mailer with automated FTP ingestion, we created the FTP-to-SMS on Naxai.
The FTP to SMS on Naxai added several security and configuration features.
When using SMS Mailer with uploaded files or contacts, we recommend using SMS Broadcasts.
SMS Broadcasts can use a flexible file format for uploaded files and dynamic segments, whereas SMS Mailer was limited to a fixed set of contacts.
Here is a summary of the main differences.
Legacy SMS Mailer | Differences |
|---|---|
User Experience | Naxai comes with a lot of new features and is faster, more responsive and more secure than the legacy SMS Mailer. |
Send one or two SMS | Focused on sending one message at a time. |
Limited to 10 custom fields | You can create up to 50 custom attributes on top of the existing standard attributes |
XLS and CSV support | Naxai supports only CSV files with commas or semicolons as separators. From Excel (Mac OS), Go to "File" -> "Save As" -> and select the file format "CSV UTF-8 (Comma-delimited) (.csv) From Excel (Windows), go to "File" -> "Save As" -> Select CSV From Google Sheet, "File" -> "Download" -> Select CSV |
Limited to the replacement of values | Legacy SMS Mailer was limited to replacing the values of custom fields. Naxai uses Liquid Syntax, which lets you not only replace values but also manipulate and transform them. |
No Preview of messages | Naxai provides a live preview of messages as you compose. |
Not possible to test a mailing | Before sending your messages with SMS Broadcasts, you can send a test message to your phone number to check the layout and ensure the formatting is correct. |
Limit usage of uploaded file columns | With SMS Broadcasts, you have more flexibility when using an uploaded file. You can compose your message based on multiple columns. With the previous, you can see the message content in real time. |
SMS Mailer has no spread of the message | SMS Broadcasts and FTP-to-SMS can be used to deliver your messages over time. It's useful to include a phone number in your message so people don't call you back at the same time. |
Security Delay | Naxai has no security delay before sending the messages. |
Time Window | Time Window is replaced by Calendars. Calendars can be shared across all Naxai products and offer additional features: you can add exclusion dates (public holidays) and set up 2 time windows per day... |
Allow long messages | On the legacy SMS Mailer, the option "Allow long messages" is replaced by the option "Number of SMS parts" on Naxai, allowing you to control the number of SMS parts; you can limit it to 1, but also to 2, 3, or 4, depending on your use case. |
Group of Contacts | Naxai is using Segments to replace groups of contacts. On SMS Mailer, you need to define your groups by manually adding people to them. You can continue to do that with Segments by creating a Manual Segment, but you can also create Dynamic Segments. Dynamic segments use conditions to determine whether a contact must be in the group. If you use Groups in SMS Mailer, we recommend that you visit the Segmentssection. |
Not possible to pause | SMS Broadcasts can be paused if you are using a spread of messages. |
Incoming replies | The legacy SMS Mailer allows you to send a manual response to incoming replies. |
Webhooks | You can receive in real-time the SMS delivery status report and incoming messages using the Webhooks Manager even if the messages are not sent via the API. |
SMS API
The Naxai SMS API has some subtiles changes compared to the legacy Message API of Portal https://portal.ringring.be
You can compare the legacy format with the new API in details.
Here are the main differences and how to adapt to the new format.
Legacy API | Differences |
|---|---|
API Keys & Security | Naxai don't use a single API Key for security. By default the API are using OAuth2 as security schema. |
Webhook Limitations | On Legacy API, the API was limited to one Webhook configuration. |
From | On legacy API, you setup a from number that you need to know, you still have the possibility to use a From number on Naxai but we have added the possibility to use a Sender Service. |
Idempotency Key | On Naxai, we have introduced the concept of idempotency Key (optional). It will protect the system against sending duplicates messages. |
Calendars | You can use a Calendar to restrict the time window when messages can be sent. |
Length of messages | On Naxai, you can control the length of messages by fixing a limit on the SMS parts and if you want to truncate the message or not. |
Scheduling of messages | On Naxai, we have limited the scheduling of messages to 7 days when using the API. |
Rate Limiter | Naxai comes with a new Rate Limiting service with different values, you will receive the following headers in the response: |
HTTP Response | On Naxai, you will receive a 202 Accepted response. |
Response Body | The New Naxai API will return only an array of message identifier with the count of messages processed. |
Documentation | The documentation of the new API allows you to test from the documentation directly the API. |
Updated about 1 hour ago
