Changelog
Get the latest API information right to your inbox!
October 1, 2019
We have a new API - Conversations. Conversations API allows you to exchange messages through omni-channel conversations. For more details check out the dedicated documentation page.
June 25, 2019
Updated the PHP example of Sending Email with templates after the issue with attachments and multipart boundaries.
May 2, 2019
Email Validation API is now version 2:
- Version 2 of the email address now supports three diffrent kind of value for validMailbox:
- true
- false
- unknown
- The version 1 of the API will be depricated
October 15, 2018
Email API now supports two new features:
- callbackData and bulkId within open and click events as additional parameters
- setting messageId parameter when sending email message
June 18, 2018
Email API now supports sending personalized emails using templates. If you want to send the message based on a previously defined template, pass the template identifier value in the templateId parameter. To manage Templates login to Infobip Portal web interface.
May 22, 2018
We added support for in-app notification delivered through our Push service. For more details take a look at the documentation for sending single or bulk push messages. We are now supporting targeting of only primary devices for Push in our advanced OMNI, push single and bulk APIs. By default, messages will be sent to all targeted devices, including both primary and non-primary.
May 3, 2018
We have a new API - People. With People API you can connect your client database, CRM or any other software to deliver the data to the Infobip Portal Target module automatically. For more details check out the dedicated documentation page.
April 26, 2018
Email API now supports sendAt
option. Choose the date and time when email messages should be sent.
December 14, 2017
We have extended support for custom Push related options in our advanced OMNI method. You can now include push notification options in push OMNI step. For more details check out dedicated documentation page.
December 11, 2017
We have more improvements on Voice IVR API.
- Use Record action to collect end-user opinion in IVR scenarios. Find out more about it on a dedicated documentation page.
- Personalize each IVR scenario using Parameters field on an outbound IVR launch. Learn more at Launch outbound IVR page.
December 6, 2017
We've made our URL Conversion rate tracking feature more customizable by adding an option to override the base path used in url shortening. You can find out more about it on a dedicated documentation page.
November 8, 2017
New Infobip API library for .NET framework 4.5 and above is released. Infobip API C# client solution also comes with the InfobipClientExamples project, where you can see, test, change and run examples of some of the common uses of the Infobip API.
October 30, 2017
2FA Application configuration became a lot more intuitive in Application v2 API by using Time and Limit value formats.
October 27, 2017
Push notifications now support setting of notifyUrl
when sending a message in order to receive real-time delivery reports. Delivery reports will be forwarded to the provided URL.
October 18, 2017
New OMNI Chat API enables you to send messages across various Chat channels by implementing a single API.
October 11, 2017
Push notifications now support setting of message expiry by using validityPeriod
and validityPeriodTimeUnit
fields. When the period expires, it will not be allowed for the message to be sent or message will be canceled if it's pending in Cloud (APNS or GCM).
August 2, 2017
Push notifications now support actionable notifications like predefined Accept & Decline buttons specified in the group
field.
July 26, 2017
Call transfers are now supported in our fully featured Voice API. By using callTransfers
you can send an interactive message to your subscriber, providing them the opportunity to respond by pressing their phone keys. Key press will redirect call to set number.
July 17, 2017
Number masking service for voice calls is a new addition to our long line of API services. Protect the privacy of two connected parties by masking their real phone numbers.
July 5, 2017
Fully featured SMS now supports deliveryTimeWindow
option. Choose delivery time window and days of the week when message should be sent.
June 20, 2017
You can now test your PUSH notification requests before you send out actual notifications. This feature comes in very handy for avoiding mistakes when targeting combination of different recipient segments in the same API request.
Email API now supports replyTo
address.
June 19, 2017
API key methods have been enhanced with the permissions
mechanism which can be used to limit authorization to only subset of methods, like TFA
for Two Factor Authorization. Additionally, you can now generate API keys not only for sub accounts, but also for the current account by passing _
parameter instead of the (sub)account key.
June 5, 2017
Email API now supports intermediate reports which can be forwarded to the URL of your choice in JSON or XML format.
Viber messaging now supports Viber Public Accounts. Besides Viber Service Messages available throught our OMNI experience, communication over Viber can be done by using Viber Public Accounts as well.
Telegram Messenger best known for high security and speed standards, added to the Infobip's OTT portfolio.
March 9, 2017
Send email method now also returns bulkId. bulkId
will be generated for each request and you can use it to get delivery reports or logs for all recipients, over a single API call. You can also choose to provide custom bulkId
which allows you to group multiple API requests under the same bulkId
and to get logs for all messages included in multiple API send email requests.
February 21, 2017
Voice message conversion tracking option is now available over fully featured voice message API.
January 19, 2017
A couple of new PUSH methods have been introduced as an upgrade from existing send push notification messages methods. Use new send push notification method to send one PUSH notification to one or multiple recipients; send bulk push notification when sending a large amount of notifications or target different user segments with different messages to optimize data traffic and increase performance.
January 16, 2017
Besides receiving SMS messages via HTTP forward 'POST' method, you can now choose to receive messages via 'GET' method. By using 'GET' method, message data is forwarded as query string parameters, rather than JSON body.
- Example:
someurl.com/message?sender=%sender%&text=%cleanText%
January 3, 2017
It is now possible to buy and manage your numbers over API. Additionally, we have exposed a complete set of API methods for numbers configuration where you can choose a preferred method for receiving incoming SMS messages (pull or HTTP forward method).