Automate your handwritten correspondence. Send real notes w/ your message written in pen by robots.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
handwrytten: {
type: "app",
app: "handwrytten",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.handwrytten.com/v2/auth/getUser`,
headers: {
"Accept": `application/json`,
"Authorization": `${this.handwrytten.$auth.api_key}`,
},
})
},
})
Handwrytten uses API keys for authentication. When you connect your Handwrytten account, Pipedream securely stores the keys so you can easily authenticate to Handwrytten APIs in both code and no-code steps.
To retrieve your API Key,