Write better content & Grow on social media faster. Level up on X, LinkedIn, Bluesky, and Threads powered by AI
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
typefully: {
type: "app",
app: "typefully",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.typefully.com/v1/notifications/`,
headers: {
"x-api-key": `${this.typefully.$auth.api_key}`,
},
params: {
kind: `activity`,
},
})
},
})
Schedules a draft for publication at a specific date and time. See the documentation
Schedules an existing draft for publication in the next available time slot. See the documentation
Typefully uses API keys for authentication. When you connect your Typefully account, Pipedream securely stores the keys so you can easily authenticate to Typefully APIs in both code and no-code steps.