Skip to main content
Dev Center
API Docs
IoT Chatbot ✨
English
Español
;
English
Dev Center
API Docs
IoT Chatbot ✨
English
Español
;
English
Advice and answers from the Ubidots Team
Search results for:
parsers
UbiFunctions: Process/
Parse
data from 3rd party platforms
What is a
Parser
?… A
parser is a
Node.js or Python3 cloud function that executes when an GET or POST HTTPS request is made… to the
Parser's
URL: This feature can be accessed from the "Devices" tab of your Ubidots header
UbiFunctions: Basics
Parsers
are most commonly programmed using Node.js
Connect the Siconia with machineQ and Ubidots
Open the Logs of your individual machineQ
parser by
pressing the "log" icon to verify that data is received
Connect a WAGO PFC200 to Ubidots using Node-RED and Codesys
module and fill the following information: In the left-side node panel, please navigate to the
Parser
UbiFunctions: Manage Downlink messages with Sigfox and Ubidots
Example: * * https://parse.ubidots.com/{your-
parser
-URL}/?… Hernandez */ // Import the 'request-promise' library so we can make HTTP request from the
parser
var… request = require('request-promise'); // Main function - runs every time the
parser is
executed. // "
UbiFunctions: Integrate TeCrea SigFox-ready Ibuttons with Ubidots
post_response = await ubidotsPost(TOKEN, device_id, payload); // Pass Ubidots' API response to the
parser
UbiFunctions: Integrate Google's Geolocation API with Ubidots
In this tutorial we will demonstrate how to setup a
Parser to
make a request to the Google’s API, process
Connect the STM Discovery Kit with machineQ and Ubidots
Open the Logs of your individual machineQ
parser by
pressing the "log" icon to verify that data is received
Use UbiFunction to ingest sensor data using HTTP GET requests
example, if we triggered the function with this URL: https://parse.ubidots.com/prv/YOUR-USERNAME/
parser
-name
DIY Sigfox GPS asset tracking with Ubidots
pattern: https://parse.ubidots.com/prv/iotexpo/suntech-ubidots (this is the URL generated by the Ubidots
parser