Instantly helps you find warm leads, scale email campaigns, reach primary inboxes, engage smarter and win more with AI.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
instantly: {
type: "app",
app: "instantly",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.instantly.ai/api/v1/authenticate`,
params: {
api_key: `${this.instantly.$auth.api_key}`,
},
})
},
})
Emit new event when an activity occurs in your Instantly workspace.
Adds a lead to a campaign for tracking or further actions. See the documentation
Updates the status of a lead in a campaign. See the documentation
Instantly uses API keys for authentication. When you connect your Instantly account, Pipedream securely stores the keys so you can easily authenticate to Instantly APIs in both code and no-code steps.