Woodpecker.co integration (Communication, Marketing). Imported from open-connector.
https://api.woodpecker.co/rest/v2/users
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The zero-based results page to request. |
| sort | string | optional | The user sort order supported by Woodpecker. |
/v1/campaign_list
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | The campaign status to filter by. |
/v2/campaigns/{campaignId}
| Param | Type | Required | Description |
|---|---|---|---|
| campaign_id | integer | required | The Woodpecker campaign ID. |
| campaignId | string | required | Path parameter: campaignId |
/v1/campaign_list
| Param | Type | Required | Description |
|---|---|---|---|
| campaign_id | integer | required | The Woodpecker campaign ID. |
/v1/prospects
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The one-based results page to request. |
| per_page | integer | optional | The number of prospects per page, up to 1000. |
| sort | string | optional | The prospects sort expression, such as +company. |
| ids | array | optional | The Woodpecker prospect IDs to request; the connector serializes them for the o… |
| status | string | optional | The global prospect status to filter by. |
| contacted | boolean | optional | Whether to return prospects that have ever been contacted. |
| interested | string | optional | The campaign interest level to filter prospects by. |
| activity | string | optional | The prospect activity filter. |
| diff | string | optional | The Woodpecker diff expression, such as activity>2026-01-15 08:00:00; URL encod… |
/v2/mailboxes
/v2/mailboxes/{mailboxId}
| Param | Type | Required | Description |
|---|---|---|---|
| mailbox_id | integer | required | The Woodpecker mailbox configuration ID. |
| mailboxId | string | required | Path parameter: mailboxId |