Woodpecker.co

Woodpecker is an intuitive cold email tool for lead gen, sales & recruitment professionals. The tool allows you to automatically connect with your prospective clients or business partners.

Go to site
Explore
/
Apps
/
Woodpecker.co

Woodpecker.co API Integrations

Build and run workflows using the Woodpecker.co API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Woodpecker.co's API is a powerful tool that enables developers and entrepreneurs to build powerful applications and tools for sending automated emails and communication. With the Woodpecker.co API, you can create custom automated emails and other communications for your online customers and website visitors.

Here are some examples of things you can build using the Woodpecker.co API:

  • Automated Welcome Emails for Newly Registered Users
  • Automated Reminders for Scheduled Appointments
  • Automated Follow-up Emails for Prospective Customers
  • Automated Customer Feedback Forms
  • Customizable Email Templates for Outreach
  • Automated Newsletters
  • Automated Notifications for Special Offers and Promotions
  • Automated Surveys and Polls
  • Automated Response Management and Tracking
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    woodpecker_co: {
      type: "app",
      app: "woodpecker_co",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.woodpecker.co/rest/v1/campaign_list`,
      auth: {
        username: `${this.woodpecker_co.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

Choose an API to Connect with Woodpecker.co API

1
-
12
of
1000+
apps by most popular

Create Or Update Prospect In Campaign with Woodpecker.co API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Woodpecker.co
 
Try it
Send Message (Advanced) with Discord Webhook API on New Email Sent (Instant) from Woodpecker.co API
Woodpecker.co + Discord Webhook
 
Try it
Create Or Update Prospect In Campaign with Woodpecker.co API on New Item in Feed from RSS API
RSS + Woodpecker.co
 
Try it
Create Or Update Prospect In Campaign with Woodpecker.co API on New Message in Channel from Discord Bot API
Discord Bot + Woodpecker.co
 
Try it
Create Or Update Prospect In Campaign with Woodpecker.co API on New Submission from Typeform API
Typeform + Woodpecker.co
 
Try it
New Email Opened (Instant) from the Woodpecker.co API

Emit new event when an email is opened see the docs here

 
Try it
New Email Sent (Instant) from the Woodpecker.co API

Emit new event when an email is sent see the docs here

 
Try it
New Follow-up After Autoreply (Instant) from the Woodpecker.co API

Emit new event when you get an autoreply and you set a date to resume follow-ups see the docs here

 
Try it
New Link Clicked (Instant) from the Woodpecker.co API

Emit new event when a prospect clicks on a link in your email see the docs here

 
Try it
New Prospect Autoreplied (Instant) from the Woodpecker.co API

Emit new event when an autoreply is detected or prospect's status is manually changed to 'Autoreplied' see the docs here

 
Try it
Create Or Update Prospect with the Woodpecker.co API

This action creates/updates a prospect. See the docs here

 
Try it
Create Or Update Prospect In Campaign with the Woodpecker.co API

This action creates/updates a prospect in a campaign. See the docs here

 
Try it
Find Prospect's email with the Woodpecker.co API

This action searches a specific prospect. See the docs here

 
Try it
Stop Follow-Ups with the Woodpecker.co API

This action updates a prospect to stop receiving follow-ups. See the docs here

 
Try it

Authentication

Woodpecker.co uses API keys for authentication. When you connect your Woodpecker.co account, Pipedream securely stores the keys so you can easily authenticate to Woodpecker.co APIs in both code and no-code steps.

To retrieve your API Key, see these instructions.