HTTP connector
This article outlines how to configure the HTTP connector to publish data from CluedIn to an external HTTP endpoint. We’ll use the URL generated on the Webhook.site as an example of an external endpoint, but you should use your own API endpoint that can be called from CluedIn.
Note that as a free user of the Webhook.site, your URL will stop accepting new requests after reaching the limit of 100 requests. Once this limit is reached, the status of the HTTP export target in CluedIn will become Unhealthy.
Prerequisites: Make sure you generate a unique URL for your external HTTP endpoint.
To configure HTTP connector
-
On the navigation pane, go to Consume > Export Targets. Then, select Add Export Target.
-
On the Choose Target tab, select Http Connector. Then, select Next.
-
On the Configure tab, enter the connection details:
-
Name – user-friendly name of the export target that will be displayed on the Export Target page in CluedIn.
-
Url – unique URL of the external HTTP endpoint. The following screenshot shows the unique URL from the Webhook.site, which you can use for testing HTTP POST requests. You should provide the URL of your own endpoint.
-
Authorization – authorization header value. You should provide this value if your endpoint requires it.
-
-
Test the connection to make sure it works, and then select Add.
Now, you can select the HTTP connector in a stream and start exporting golden records.