Autoklose built a well-rounded outbound sales platform. It features automated lead generation software and email drip campaign management tools with CRM integration.
Go to siteYou can use the Autoklose API to build apps that connect to your Autoklose account and automate your email marketing tasks.
Here are some examples of what you can build with the Autoklose API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
autoklose: {
type: "app",
app: "autoklose",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.autoklose.com/api/me`,
params: {
api_token: `${this.autoklose.$auth.api_key}`,
},
})
},
})
Autoklose uses API keys for authentication. When you connect your Autoklose account, Pipedream securely stores the keys so you can easily authenticate to Autoklose APIs in both code and no-code steps.
To retrieve your API key: