Extra information
System documentation: https://dev-data.symson.com/swagger/index.htmlConnector package documentation
Table of Contents
- 1. Setting up HTTP Client Symson
- 1.1 Steps
- 2. Subscribing to entities from Symson
- 2.1 Steps
- 2.2 General concept
- 3. Publishing entity to Symson
- 3.1 Steps
- 3.2 General concept
1. Setting up HTTP Client Symson
1.1 Steps- In the Alumio Dashboard, go to Clients > HTTPS Client. Create a new HTTP Client and select Symson HTTP Client as the prototype of the HTTP Client.
- Fill in the Base URL and API key.
- Save and this HTTP client will be ready to use.
2. Subscribing to Entities from Symson
2.1 Steps- Go to Connections -> Incoming, create a new incoming configuration, and select Symson Subscriber as the subscriber.
- Select the entity you want to subscribe to from Symson.
- Add any specific request parameters needed to subscribe to the entity (optional).
- You could also add a transformer to manipulate the request parameters into something you need later on.
- Select the Symson HTTP Client to use.

- “Path” is the path parameter of the URL. For example the {id}.
- “Query” is defined set of parameters attached to the end of a URL.
Example: www.url.com?type=true&start=0

3. Publishing Entity to Symson
3.1 Steps- Go to Connections -> Outgoing, create a new outgoing configuration, and select Symson Publisher as the publisher.
- Select the method that you want the publisher to perform on the data.
- Pick the Symson entity that will receive the published data.
- You can optionally add any query parameters to the request.
- You can also optionally add any transformers to transform the data into anything you need before submitting it to Symson.
- Select the Symson HTTP Client to use.


- “Path” is the path parameter of the URL. For example the {id}.
- “Query” is a defined set of parameters attached to the end of a URL.
Example: www.url.com?type=true&start=0 - “Payload” is the data contained within a request.
