Webhooks
Descriptions of webhooks accepted by Pixon.
Swagged definition is located here. Our integration connectors utilize these endpoints.
Microsoft Power AutomateAzure Logic AppsIFTTTZapierPost data to Pixon data source
POST
https://api.pixon.app/hooks/incoming/:id
This endpoint allows you to post arbritary information to a specific datasource. The datasource may then be used by components on your displays. This is particulary useful for integrations with external systems. This is the endpoint used by Pixon's integration connectors.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Guid ID of the data source to send the information to. |
Headers
Name | Type | Description |
---|---|---|
ApiKey | string | Api key with access for the specified datasource. Can be omitted if Authentication header is set. |
Authentication | string | OAuth bearer token for the current user sending the data. Can be omitted if the ApiKey header is set. |
Request Body
Name | Type | Description |
---|---|---|
object | Arbritary json object to send to the datasource. Components that then connects to the datasource must understand the format sent. Either natively or by using specific render templates. |
Last updated