cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#PIPEDRIVE_UPDATE_RECORD_NOTES' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "PIPEDRIVE_UPDATE_RECORD_NOTES", "parameters": { "recordId": "<string>", "content": "<string>", "leadId": "<string>", "personId": "<string>", "organizationId": "<string>", "dealId": "<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
Record ID : The ID of the note that will be updated.
Content : The content of the note. Supports HTML.
Lead ID : The ID of the lead the note will be attached to.
Person ID : The ID of the person the note will be attached to.
Organization ID : The ID of the organization the note will be attached to.
Deal ID : The ID of the Deal the note will be attached to.
Success
Was this page helpful?