ConsoleCatalog
Sign in
Waalaxy logo

Waalaxy

waalaxy.comSocialcookie

LinkedIn outreach automation with prospect lists, campaigns, and conversations.

IdentitySign in to use your identities on this site.

Add Prospects to Campaign

ASYNCWRITEAuth required

Enrolls prospects into a campaign by list or by a subset of prospect IDs.

ParametersFormJSON

Campaign _id to enroll into. Retrieve via waalaxy_get_campaigns or the response of waalaxy_create_campaign

_id of the source prospect list. Retrieve via waalaxy_get_prospect_lists or the response of waalaxy_create_prospect_list

Optional subset of prospect _id strings to enroll. Omit (or pass empty array) to enroll every prospect in prospect_list_id

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "waalaxy_add_prospects_to_campaign",
    "params": {
      "campaign_id": "",
      "prospect_list_id": ""
    }
  }'