Ubidots Developer Guides
Help Center
API Reference
Data API
Community
Search…
Welcome to our Dev Guides
⚡️ Getting Started
What is Ubidots?
Devices, Variables, and Dots
Technical FAQs
Business FAQs
🧩
Integration Guides
Industrial IoT
Cellular
LoRaWAN
Sigfox
Dev Kits
Weather
Tools
🤖
UbiFunctions
Getting Started
Runtimes
Invocation
Time-based Trigger
HTTPS
MQTT Publish
Ubidots Event
Advanced
Examples
Specs and Limits
📈
SYNTHETIC VARIABLES
Getting started
Native expressions
Specs and limits
Examples
Powered By
GitBook
HTTPS
UbiFunctions can be invoked using either an HTTP POST or GET request.
Method
URL
Args
Response
POST
Function's URL
You can send an arbitrary JSON inside the HTTP body, which will be included in the "args" variable inside the function.
Any URL parameters (i.e. ?arg1=value1&arg2=value2) will be parsed and included into the "args" variable as well.
Defined inside your function
GET
Function's URL
No HTTP body is expected
You can send URL parameters (i.e. ?arg1=value1&arg2=value2), which will be parsed and included into the "args" variable.
Defined inside your function
Previous
Time-based Trigger
Next
MQTT Publish
Last modified
9mo ago
Copy link