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": {}
}
}'
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": {}
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?