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