Home ยป Blog ยป Lead Generation ยป Leadbyte to Pipedrive

Contents
    https://api.pipedrive.com/v1/leads?api_token=INSERT
    {
    "title": "New Lead [leadid]",
    "1234567": "[firstname]",
    "1234567": "[lastname]",
    "1234567": "[email]",
    "1234567": "[phone1]",
    "owner_id": 1,
    "person_id": 1,
    "organization_id": 1
    }

    If you’d like to add to deals instead of leads use the following changes

    https://api.pipedrive.com/v1/deals?api_token=INSERT
    {
        "title": "New Lead [leadid]",
        "1234567": "[firstname]",
        "1234567": "[lastname]",
        "1234567": "[email]",
        "1234567": "[phone1]",
        "org_id": "123",
        "pipeline_id": "25"
    }

    Ready to Grow Your Business?