How to set up the Velavu integration
The Velavu integration is configured at the partner account level through configuration parameters.
Only users with main administrator privileges can set up this integration. If you don't have the required access level, please reach out to our support team for assistance.
|
1. In the admin panel, go to the Partners section

2. Double-click on the selected partner — the partner card will open
3. Open the Config tab
4. Click the Add button

5. From the dropdown list, select the Velavu key. In the parameter value field, paste your Velavu configuration in JSON format.
Example Velavu JSON configuration
[
{
"broker": "iot.velavu.com",
"port": "8883",
"customer_id": "YOUR_CUSTOMER_ID",
"api_token": "YOUR_API_TOKEN",
"cert": "-----BEGIN CERTIFICATE-----\nYOUR_CERTIFICATE\n-----END CERTIFICATE-----",
"key": "-----BEGIN RSA PRIVATE KEY-----\nYOUR_PRIVATE_KEY\n-----END RSA PRIVATE KEY-----"
}
]
|
|
Parameter
|
Description
|
|
broker
|
Velavu MQTT broker address
|
|
port
|
Connection port
|
|
customer_id
|
Your customer ID in the Velavu system
|
|
api_token
|
Velavu API access token
|
|
cert
|
SSL certificate for the connection
|
|
key
|
SSL private key
|
You can get all of these details (customer_id, api_token, certificate, and key) from your Velavu account.
|
6. Save the configuration. Once saved, the integration will be available for all accounts associated with this partner.