import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
vestaboard: {
type: "app",
app: "vestaboard",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://platform.vestaboard.com/viewer`,
headers: {
"X-Vestaboard-Api-Key": `${this.vestaboard.$auth.api_key}`,
"X-Vestaboard-Api-Secret": `${this.vestaboard.$auth.api_secret}`,
},
})
},
})
Emit new event when a new message is displayed on a board. See the docs
Get the list of subscriptions available to the viewer. See the docs
Vestaboard uses API keys for authentication. When you connect your Vestaboard account, Pipedream securely stores the keys so you can easily authenticate to Vestaboard APIs in both code and no-code steps.
To retrieve your API keys,