POST
/
v1
/
campaign
/
leads
/
{id}
curl --request POST \
  --url https://api.themagicdrip.com/v1/campaign/leads/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "leadsWithCustomVariables": [
    {
      "linkedInPublicUrl": "https://www.linkedin.com/in/john-doe",
      "customVariables": {
        "website": "https://www.google.com",
        "title": "CEO"
      },
      "firstName": "John",
      "lastName": "Doe",
      "company": "Google",
      "companyLinkedInUrl": "https://www.linkedin.com/company/google"
    }
  ]
}'
{
  "totalLeadsAddedToWorklow": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
leadsWithCustomVariables
object[]
required

Leads with custom variables

Response

200
application/json
Lead added to campaign
totalLeadsAddedToWorklow
integer
required

Total leads added to the workflow