cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CLOSE_UPDATE_RECORD_OPPORTUNITY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "CLOSE_UPDATE_RECORD_OPPORTUNITY", "parameters": { "opportunityId": "<string>", "value": "<string>", "note": "<string>", "opportunityStatus": "<string>", "confidence": "<string>", "opportunityAdditionalFields": {} } } '
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
Opportunity ID : Specify Id of opportunity to update.
Value : Specify a value for this opportunity. (example: "500")
Note : Specify a note to attach to this opportunity
The status of the opportunity
Confidence
Additional Fields : Specify any additional fields that should be created with this opportunity as JSON. See the docs (https://developer.close.com/resources/opportunities/#list-or-filter-opportunities) for available fields. (example: "{ "value_period": "monthly", "custom.cf_j0P7kHmgFTZZnYBFtyPSZ3uQw4dpW8xKcW7Krps8atj": "https://www.example.com/contract.pdf" }")
Success
Was this page helpful?