PersistIQ is a free email automation platform to send a small batch of personalized emails.
Go to siteThe PersistIQ API is a powerful tool that can be used to build a variety of applications and services related to sales outreach automation and email marketing. With the PersistIQ API, developers and businesses can build applications that automate and streamline sales processes, manage contact data, and optimize email campaigns.
Below are just a few examples of the types of applications and services that can be created using the PersistIQ API:
These are just a few of the many possibilities available with the PersistIQ API. With the right tools and resources, developers and businesses of all sizes can create amazing solutions for enhancing their sales outreach efforts and email campaigns.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
persistiq: {
type: "app",
app: "persistiq",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.persistiq.com/v1/users`,
headers: {
"x-api-key": `${this.persistiq.$auth.api_key}`,
},
})
},
})
Emit new events when a new prospect was created. See the docs
Creates a prospect. Updates if there is already a prospect with the given email
. See docs here
PersistIQ uses API keys for authentication. When you connect your PersistIQ account, Pipedream securely stores the keys so you can easily authenticate to PersistIQ APIs in both code and no-code steps.
To retrieve your API key,