Import prospects
Imports one or more LinkedIn prospects into a prospect list, optionally enrolling them into a campaign.
About the origin field
The origin.name field is required and identifies the source of the import. Use the canonical value for native integrations (make, zapier, n8n). It is forwarded as-is and recognised by the Waalaxy app. Any other value is treated as a custom integration: the Waalaxy interface displays it with the API- prefix (e.g. sending example will appear as API-example in the user's activity feed). This field is unrelated to the API key passed in the Authorization header. It is purely a label for tracking and display.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Import prospects › Request Body
List of prospects to import. Each prospect must contain a LinkedIn URL.
prospectListIdID of the prospect list where the prospects will be added. Use GET /prospectLists/getProspectLists to retrieve available list IDs.
Origin of the import. Required. Identifies the source integration so it can be tracked and displayed in the Waalaxy app.
canCreateDuplicatesWhen true, prospects already present in another list of the user can be imported again as duplicates. Defaults to false. Requires the import_duplicates permission on the Waalaxy account.
moveDuplicatesToOtherListWhen true, prospects already present in another list will be moved to the list specified by prospectListId instead of being skipped. Defaults to false.
shouldOverwriteCustomProfileDataWhen true, the values provided in customProfile overwrite the existing prospect profile data. When false (default), customProfile is only used to fill missing fields.
campaignIdOptional ID of a campaign in which the imported prospects will be enrolled. Use GET /campaigns/getAll to retrieve available campaign IDs.
addExistingProspectInCampaignWhen true, prospects that already exist in the user's CRM are also added to the specified campaignId. Defaults to false.
Import prospects › Responses
Per-prospect outcome of the import. Each entry contains an importCode describing the import status and, when a campaignId was provided, an addToCampaignCode describing the enrolment status.
