Extra information
System documentation: https://pimcore.com/docs/data-hub/current/Basic_Principle.htmlConnector package documentation
Table of Contents
- 1. Setting up HTTP Client Pimcore
- 1.1 Steps
- 2. Subscribing to entities from Pimcore
- 2.1 Steps
- 2.2 General concept
- 3. Publishing entity to Pimcore
- 3.1 Steps
- 3.2 General concept
1. Setting up HTTP Client Pimcore
1.1 Steps- In Alumio Dashboard, go to Clients > HTTP Client. Create a new HTTP Client and select Pimcore GraphQL Client as the prototype of the HTTP Client.
- Fill in the Base URI and API Key.
- You can optionally enable logging of request to get the log of the authentication.
- Save the HTTP Client for use.

2. Subscribing to Entities from Pimcore
2.1 Steps- Go to Connections -> Incoming and create a new incoming configuration and select Pimcore Subscriber as the subscriber.
- Add Request URI for special end point. (Optional)
- Add Request Method for the request.
- Add Request Parameters needed to subscribe.
- Select the Pimcore HTTP Client to use.
- You can optionally add a transformer to transform the request parameters into something you will request from Pimcore.


3. Publishing Entity to Pimcore
3.1 Steps- Go to Connections -> Outgoing, create a new outgoing configuration, and select Pimcore Publisher as the publisher.
- Add Request URI for special end point. (Optional)
- Fill in the Method that you want the publisher to perform with the data.
- Add Request Parameters needed to publish.
- Select the HTTP Client to use.
