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
0
votes
1 answer

Unification engine not working on laravel

When I am using unification keys for sharing on laravel framework then I am getting this error status: 403 and info: forbidden in response. Thanks
user7633958
0
votes
1 answer

How to add a Skype connection using Unification Engine?

I am writing a bot that can receive messages from multiple chat platforms, and hence trying out UE using Skype first. But I am not able to proceed very far. What I did till now: a. Created a Skype Bot and got an App Id and password. b. Created an UE…
dbikash
  • 345
  • 2
  • 12
0
votes
1 answer

How to send a message from unificationengine to fbmessenger?

I have added a fbmessenger to my app using facebook app id and secret. How to send a message from unificationengine to fbmessenger?
0
votes
1 answer

Unification engine sharing with instagram giving execution error

When I am using code as per unification engine then its working fine but I am getting this error in our end Requests_Exception in cURL.php line 422: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received But when I am…
user7633958
0
votes
1 answer

Unificationegine not working with instagarm sharing

I am getting this error when using unificationegine in php and in CURL $app = new UEApp("590f402bd2a043f98823eb1964230b2ab","a62c855ae17b5c7acb2345fabfbcc3a93"); $user = new UEUser("039c8b4b-58f6-46f6-b872-fsdc71e57eda",…
0
votes
1 answer

Unificationengine giving error when I am sharing message on intagram

When I am sending posting a message by unificationegine then I am getting this error.But my password is correct Exception in UEUser.php line 74: The password you entered is incorrect. Please try again. I am using whole API by this format Instagram…
Kuldeep Raj
  • 791
  • 1
  • 7
  • 29
0
votes
1 answer

Unificationengine not working with instagram

When I am sharing a message on instagram by UnificationEngine then I am getting this error: Exception in UEUser.php line 74: The password you entered is incorrect. Please try again in UEUser.php line 74 at UEUser->add_connection('instagramBoard',…
Kuldeep Raj
  • 791
  • 1
  • 7
  • 29
0
votes
2 answers

unificationengine not working for pinterest

When I am sending a message by UnificationEngine in pinterest then getting so many errors main errors is: vagrant@homestead:~/Code/laravel$ curl -XPOST https://apiv2.unificationengine.c om/v2/message/send --data "{ \"message\": { \"receivers\":…
Kuldeep Raj
  • 791
  • 1
  • 7
  • 29
0
votes
2 answers

unifcationengine not working with google+ sharing

Hi When I am sending a message by unification-engine api in google plus then I am getting this error stdClass Object ( [Status] => stdClass Object ( [GP] => stdClass Object ( [status] =>…
Kuldeep Raj
  • 791
  • 1
  • 7
  • 29
0
votes
1 answer

Invalid access token facebook error for facebook graph api

I am using below curl code which is based on #unificationengine API to access facebook graph api and post message on facebook: $post_msg = json_encode( array( 'message' => array( 'receivers'…
Always_a_learner
  • 4,585
  • 13
  • 63
  • 112
0
votes
1 answer

Sending message to facebook using UE API returning 403 error

I am using PHP SDK for using UE API UE in my PHP laravel project. I have createduser and connection successfully and getting right json.But When I am trying to send message using below code I get 403 forbidden error: $options = array( …
Always_a_learner
  • 4,585
  • 13
  • 63
  • 112
0
votes
1 answer

Encountering missing client_id error while performing connection/refresh using unificationengine

While trying to perform connection/refresh for a facebook connection created using unification engine I am encountering the below error: {"Status":{"facebook_111XXXXX":{"status":502,"info":"Missing client_id parameter."}}} Here, The original…
A.P
  • 63
  • 5
0
votes
1 answer

How to connect websocket and subscribe channels using unificationengine?

How to connect a websocket and subscribe channels for a user using unificationengine?
0
votes
1 answer

How to send a push notification in unificationengine

How to send a push notification to a channel in unificationengine? If a user is already created the channel via UE.
0
votes
1 answer

UnificationEngine: Unable to send Requests via Python using TLS or SSL

I am attempting to use a Raspberry Pi 3 (Model B) to send Requests by Python to the Unification Engine. With SSL/TLS verification disabled, the request happens normally, but I need to get SSL/TLS working with it. The below code is meant to force a…
AT753
  • 11
  • 2