POST
/
projects
/
{project_id}
/
actions
/
#HUBSPOT_UPDATE_RECORD_DEALS
Update Record Deals
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_UPDATE_RECORD_DEALS' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "HUBSPOT_UPDATE_RECORD_DEALS",
  "parameters": {
    "recordId": "<string>",
    "dealname": "<string>",
    "amount": "<string>",
    "hubspot_owner_id": "<string>",
    "dealstage": "<string>",
    "description": "<string>",
    "closedate": "<string>",
    "hs_next_step": "<string>",
    "additionalFieldsJSON": "<string>"
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Your Paragon Project ID

Body

application/json

Response

200

Success