AddProspectFromIntegrationBody
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.
ImportProspectInput
urlLinkedIn profile URL of the prospect to import.
Optional profile data used to enrich the prospect when LinkedIn data is missing or to override it when shouldOverwriteCustomProfileData is set to true.
ImportOrigin
nameIdentifier of the integration that triggers the import. Use make, zapier or n8n for the corresponding native tools. The value is forwarded as-is. Any other value (e.g. example) is accepted and represents a custom integration: the Waalaxy interface will display it prefixed with API- (e.g. example becomes API-example). This field is independent from the API key passed in the Authorization header.
AddProspectFromIntegrationResponse
ImportProspectSuccess
importCodeA prospect returned by the import endpoint.
addToCampaignCodemessageImportProspectFailure
importCodeaddToCampaignCodemessage