import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
kite_suite: {
type: "app",
app: "kite_suite",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.kitesuite.com/api/v1/directory`,
headers: {
"api-token": `${this.kite_suite.$auth.api_token}`,
"workspace": `{{your_workspace_key}}`,
"Accept": `application/json`,
},
})
},
})
Create a new task in a project in Kite Suite. See the documentation
Sends a message to a user or project group using Kite Suite. See the documentation
Kite Suite uses API keys for authentication. When you connect your Kite Suite account, Pipedream securely stores the keys so you can easily authenticate to Kite Suite APIs in both code and no-code steps.
To retrieve your API Token,