Pixon
  • Start
  • Kom igång
    • Användbara tips
    • Vad som behövs
    • Koppla in och anslut nätverk
    • Skapa administratörskonto
  • Administrationsgränssnitt
    • Hem
    • Organisationer
      • Lägg till organisation
      • Redigera organisation
      • Radera organisation
    • Enheter
      • Länka enhet
      • Redigera egenskaper
      • Uppdatera layout
      • Felsök med utvecklarverktyg
      • Radera enhet
    • Användarmenyn
      • Val av språk
  • Om Pixon
    • Versionshistorik
    • Kontaktinformation
  • FAQ
  • Api
    • Webhooks
  • Integrationer
    • Microsoft Power Automate
    • Azure Logic Apps
    • IFTTT
    • Zapier
Powered by GitBook
On this page

Was this helpful?

  1. Api

Webhooks

Descriptions of webhooks accepted by Pixon.

PreviousFAQNextMicrosoft Power Automate

Last updated 5 years ago

Was this helpful?

Swagged definition is located . Our integration connectors utilize these endpoints.

Post 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.

here
Microsoft Power Automate
Azure Logic Apps
IFTTT
Zapier