POST
/
projects
/
{project_id}
/
actions
/
#HUBSPOT_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": {
    "amount": 123,
    "dealstage": "<string>",
    "closedate": "<string>",
    "hubspot_owner_id": "<string>",
    "dealtype": "newbusiness",
    "hs_attributed_team_ids": "<string>",
    "hs_all_assigned_business_unit_ids": "<string>",
    "closed_lost_reason": "<string>",
    "closed_won_reason": "<string>",
    "createdate": "<string>",
    "deal_currency_code": "<string>",
    "description": "<string>",
    "dealname": "<string>",
    "hs_deal_amount_calculation_preference": "TCV",
    "hs_deal_stage_probability": 123,
    "hs_exchange_rate": 123,
    "hs_manual_forecast_category": "OMIT",
    "hs_forecast_probability": 123,
    "hs_line_item_global_term_hs_discount_percentage": "<string>",
    "hs_line_item_global_term_hs_discount_percentage_enabled": true,
    "hs_line_item_global_term_recurringbillingfrequency": "<string>",
    "hs_line_item_global_term_recurringbillingfrequency_enabled": true,
    "hs_line_item_global_term_hs_recurring_billing_period": "<string>",
    "hs_line_item_global_term_hs_recurring_billing_period_enabled": true,
    "hs_line_item_global_term_hs_recurring_billing_start_date": "<string>",
    "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": true,
    "hs_campaign": "<string>",
    "hs_is_active_shared_deal": true,
    "hs_net_pipeline_impact": 123,
    "hs_next_step": "<string>",
    "hs_analytics_source": "ORGANIC_SEARCH",
    "hs_owning_teams": "<string>",
    "hs_pinned_engagement_id": 123,
    "pipeline": "<string>",
    "hs_priority": "low",
    "hs_shared_team_ids": "<string>",
    "hs_shared_user_ids": "<string>",
    "recordId": "<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