cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#LEVER_UPDATE_CONTACT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "LEVER_UPDATE_CONTACT", "parameters": { "contactId": "<string>", "name": "<string>", "headline": "<string>", "location": "<string>", "emails": "<string>", "phones": "<string>" } } '
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
Contact ID (example: "ac6102d2-c1cb-42a2-b8a1-5f607e0a46b4")
Name
Headline : Contact headline, typically a list of previous companies where the contact has worked or schools that the contact has attended This field can also be populated by parsing a provided resume file.
Location
Emails (example: "["[email protected]"]")
Phones (example: "[{ "type": "mobile", "value": "123-456-7890" }]")
Success
Was this page helpful?