A set of nodes which connect to and interact with the PowerSchool API.
pnpm install @tesd-tech/node-red-contrib-powerschool
You will need valid client credentials for the PowerSchool server you would like to connect to. See the PowerSchool Developer Site (https://support.powerschool.com/developer) for information regarding credentials and access permissions.
Add a PS Token node and configure the connection settings. This adds the attribute "ps_token" to the message which contains the OAuth token needed to request or update data via the PowerSchool API.
- PS Token - Generate a new PowerSchool API Token
- PS Request - Send an authenticated request to the PowerSchool API