cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MARKETO_CREATE_OR_UPDATE_LEAD' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "MARKETO_CREATE_OR_UPDATE_LEAD", "parameters": { "email": "<string>", "firstName": "<string>", "lastName": "<string>", "company": "<string>", "title": "<string>", "phone": "<string>", "website": "<string>", "additionalFields": {} } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Email : If there already exists a lead with this email, it will be updated.
First Name
Last Name
Company
Title
Phone
Website
Additional Fields : Specify any other fields that should be updated in JSON below. (example: "{ "property_number": "17", "property_dropdown": "choice_b", "property_radio": "option_1", "property_string": "value", "property_date": "1572480000000" }")
Success
Was this page helpful?