cURL
curl --request POST \ --url https://app-api.walead.ai/api/v1/campaigns/{campaignId}/senders \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "accountIds": [ "<string>" ] } '
{ "success": true, "message": "<string>" }
Adds LinkedIn accounts (senders) to a campaign
API key for authentication. Generate from your WaLead dashboard.
Campaign ID
Account IDs to add as senders
Array of LinkedIn account IDs to add as senders
Senders added successfully