Extra information
System documentation: https://support.saleslayer.com/category/apiConnector package documentation
Table of Contents
- 1. Setting up HTTP Client Sales Layer
- 1.1 Steps
- 2. Subscribing to entities from Sales Layer
- 2.1 Steps
- 2.2 General concept
- 3. Publishing entity to Sales Layer
- 3.1 Steps
- 3.2 General concept
1. Setting up the Sales Layer HTTP Client
1.1 Steps- In the Alumio Dashboard, go to Clients -> HTTP Clients.
- Create a new HTTP Client and select Sales Layer Client as the prototype of the HTTP Client.
- Sales Layer has default configuration that does not require to be changed to use.
- Save the HTTP Client.

2. Subscribing to Entities from Sales Layer
2.1 Steps- Go to Connections -> Incoming and create a new incoming configuration and select Sales Layer Subscriber as the subscriber.
- Fill in the Channel Custom Connector ID and Channel Custom Connector Private Keys for the connector you created in Sales Layer Dashboard.
- Add any request parameters needed to subscribe to the entity (optional).
- You can optionally add a transformer to transform the request parameters into something you need.
- Select the Sales Layer HTTP Client to use.
- You can also optionally enable pagination to allow Alumio fetches paginated entities.


- 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 Sales Layer
3.1 Steps- Go to Connections -> Outgoing, create a new outgoing configuration and select Sales Layer – Entity Publisher as the publisher.
- Fill in the Channel Custom Connector ID and Channel Custom Connector Private Keys for the connector you have created in Sales Layer Dashboard.
- You can also optionally add any transformers to transform the data into anything you need before submitting it to Sales Layer.
- Select the Sales Layer 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 - Payload is the data contained within a request.