Questions tagged [unificationengine]

UnificationEngine™ is an intelligent IoT Messaging platform which enables products and software to communicate with people and things. UnificationEngine enables M2H and H2M communications over the most popular communications channels without the need for a separate app.

UnificationEngine™ is an intelligent IoT Messaging platform which enables products and software to communicate with people and things. UnificationEngine enables M2H and H2M communications over the most popular communications channels without the need for a separate app.

UnificationEngine was developed and is maintained by Unified Inbox Pte. Ltd., and is used by global appliance, device, and electronics manufacturers for consumer (CIoT), industry 4.0 (IIoT), and government (GIoT) use cases. The initial release took place in 2014.

UnificationEngine’s Philosophy

  • Make connected products IoT Messaging-ready
  • Connect your devices and software to your users on the most popular communications channels through a single, unified API
  • Save you hassle, time, and money
  • Focus on your product, application, or backend, instead of communications channels’ constantly changing APIs
  • Give you (as a developer) a global device and brand marketplace
  • Gives device makers and brands access to the best global IoT Messaging development talent

Access the Most Popular Communications Channels

  • Email
  • SMS
  • WhatsApp (Broadcast and Messages)
  • Viber
  • Telegram (Bots)
  • KakaoTalk
  • Twitter
  • Google+
  • Facebook (Profile, Messenger, and Pages)
  • Xing
  • Weibo
  • Pinterst
  • Instagram
  • Tumblr
  • iMessage
  • Skype
  • LINE
  • WeChat
  • LinkedIn (Messages and Groups)
  • Tango
  • Kik
  • Hike
  • Snapchat
  • Proprietary and other communications channels

Community

Asking a question

  1. Check to see if your question has already been answered on the Developer Portal
  2. Mention what connector (communications channel) you are using
  3. Post the sample code that is giving you trouble
  4. Mention what exactly you are trying to do
  5. Mention the specific problem you are facing

Getting Started / What 3 things do you need to do to use UnificationEngine

  1. The ability to use a [RESTful] API
  2. An app, device, or software on which you want to send messages, including alerts and push notifications
  3. A UnificationEngine developer account (get it here)

Who is using

Developed by Unified Inbox

39 questions
4
votes
2 answers

Posting a Tweet with Unification Engine

When adding a connection using the Twitter connector offered by the Unification Engine, what are the parameters that need to be used and how are they to be passed in the URI?
ctn
  • 2,887
  • 13
  • 23
3
votes
1 answer

enable_profile_selector for FB.Login() is not working

I am trying to use Facebook login(javascript sdk of facebook) in my HTML page. I am able to get it to work. However, I need to provide the user the option to choose his/her profiles for my application(website) so that my application can post to the…
A.P
  • 63
  • 5
2
votes
2 answers

403 forbidden error while sending messages to facebook connector through Unification Engine API

I am using unification engine #unificationengine API to post message on facebook. I followed all the steps and created connections to use connectors. All the curl requests are working fine till send message. In every curl from create user, create…
Always_a_learner
  • 4,585
  • 13
  • 63
  • 112
2
votes
1 answer

Error 403 when trying to connect to websocket api

I currently develop a realtime kik connector for the unification engine.To receive the messages, I connect to the websocket endpoint using my users name and password.Sadly, I get an error 403 everytime.Is there anything else I have to look out…
Martin
  • 665
  • 1
  • 7
  • 24
1
vote
1 answer

WhatsApp messages order

We are working on our chatbot that is connected to UIB. Some of our messages have a bit of a complex structure, and we need to split them up in order to send them in proper order. Consider, we have a single message that has the following content…
1
vote
1 answer

How to authenticate channel users while using Unification Engine

UE allows us to write a single application to talk to multiple channels like Skype, fb, twitter, mail or even custom channels. However, does it provide a way to authenticate users before it allows the user of a channel to send messages through…
dbikash
  • 345
  • 2
  • 12
1
vote
2 answers

Unification not providing me user password and username

When I am using Instagram sharing then how can I get username and password from Instagram (current login user). $app = new UEApp(self::APP_SECRET, self::APP_SECRET); $user = new UEUser($this->currentUser->unification_userkey,…
user7633958
1
vote
2 answers

Forbidden error 403 in Unification Engine API while sending message

I am using #unificationengine API to send message on facebook. Details I have given while registering my APP on facebook: site url : http://localhost:3000 Email adress and other required details In unificationengine API I have used all the curls…
Always_a_learner
  • 4,585
  • 13
  • 63
  • 112
1
vote
1 answer

How to send a single message to multi connections using UE?

I have tried to send messages to various connections via unification engine and it works fine. It's mentioned here (https://developer.unificationengine.com/) that its possible to send only one message to unification engine mentioning various…
A.P
  • 63
  • 5
1
vote
1 answer

Sending SMSes by Unification Engine?

While Unification Engine seems to support sending SMSes, I am unable to find any documentation on that issue. Does anyone have any idea what the format/syntax of Unification Engine with regards with dealing with SMSes?
AT753
  • 11
  • 2
1
vote
2 answers

Retrieving messages from the twitter connecter resultes into 403

I have successfully registered the twitter connector with my app and created a user. I'm able to send tweets and the test and info apis both work. Only when I try to retrieve messages the connector returns the following…
Martin
  • 665
  • 1
  • 7
  • 24
1
vote
1 answer

Encountering error while connecting to UnificationEngine Server over 443 HTTPS

I am encountering error during handshake while trying to use the certificate for HTTPS connection to apiv2.unificationengine.com/v2/user/list Configuration Setup: HTTPS Configuration Certificate Used for connection: Server Certificate Error: …
A.P
  • 63
  • 5
1
vote
2 answers

Is it possible to call unification engine APIs over HTTP without SSL?

I want to perform some tests with the unification engine currently my system is not enabled with SSL. Is it possible to call unification engine APIs over HTTP without SSL?
A.P
  • 63
  • 5
1
vote
1 answer

Posting on facebook via unificationengine

Hi I'd like to post to facebook via unification engine. I've already created a user, added and tested successfully a facebook connection, but when I post I get the following response: {"Status":{"facebook":{"status":190,"info":"Error validating…
AndyK
  • 15
  • 4
0
votes
1 answer

How to send a message to Line using unificationengine?

I have created a user using UE and added a connection for Line. How can I send messages to Line using my connection.
1
2 3