cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZENDESK_SELL_CREATE_RECORD_DEALS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZENDESK_SELL_CREATE_RECORD_DEALS", "parameters": { "dealName": "<string>", "contact_id": "<string>", "dealValue": "<string>", "dealSource": "<string>", "dealAdditionalFields": {} } } '
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
Name : Specify a name for this deal. (example: "Website Redesign")
Contact ID : Specify a contact ID to associate this deal with. (example: "1")
Value : Specify a value of the deal. (example: "1000.50")
Source ID : Specify a source ID to associate this deal with. (example: "1")
Additional Fields : Specify any other fields that should be updated in JSON below. See the doc (https://developer.zendesk.com/api-reference/sales-crm/resources/deals)for available fields. (example: "{ "hot": true, "currency": "USD", }")
Success
Was this page helpful?