Reply is a sales engagement platform that automates email search, LinkedIn outreach, personal emails, SMS and WhatsApp messages, calls, and tasks.
Go to siteUsing Reply.io's API, you can build a variety of powerful applications for your personal and business needs. By taking advantage of its powerful automation capabilities, you can automate routine activities such as customer onboarding, lead nurturing, customer support, and marketing outreach. You can also use Reply.io to quickly scale up your operations, reduce customer support response times, and stay organized.
Here are some examples of applications you can build with Reply.io's API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
reply_io: {
type: "app",
app: "reply_io",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.reply.io/v1/people`,
headers: {
"X-Api-Key": `${this.reply_io.$auth.api_key}`,
},
})
},
})
Emit new event when a new contact is added. See the docs here
Emit new event when a person opts out. See the docs here
Emit new event when a person opens your email. See the docs here
Emit new event when a prospect replies to an email. See the docs here
Emit new event when a new email is sent (first step or follow-up). See the docs here
Create a new contact or update if they already exist. See the docs here
Create a new contact, or update if they already exist, and push contact to the selected campaign. See the docs here
Mark a contact as finished in all campaigns by their email address. See the docs here
Mark a contact as replied in all campaigns by their email address. See the docs here
Remove an existing contact from the selected campaign. See the docs here
Reply.io uses API keys for authentication. When you connect your Reply.io account, Pipedream securely stores the keys so you can easily authenticate to Reply.io APIs in both code and no-code steps.
To retrieve your API key,