Reference
- Asana
- Azure DevOps
- Box
- ClickUp
- Confluence
- Facebook Ads
- GitHub
- Gmail
- Google Calendar
- Google Drive
- Google Sheets
- HubSpot
- POSTCreate Record Companies
- POSTCreate Record Contacts
- POSTCreate Record Deals
- POSTCreate Record Engagements
- POSTCreate Record Any
- POSTUpdate Record Companies
- POSTUpdate Record Contacts
- POSTUpdate Record Deals
- POSTUpdate Record Engagements
- POSTUpdate Record Any
- POSTGet Records Companies
- POSTGet Records Contacts
- POSTGet Records Deals
- POSTGet Records Engagements
- POSTGet Records Any
- POSTGet Record By ID Companies
- POSTGet Record By ID Contacts
- POSTGet Record By ID Deals
- POSTGet Record By ID Engagements
- POSTGet Record By ID Any
- POSTSearch Records Companies
- POSTSearch Records Contacts
- POSTSearch Records Deals
- POSTSearch Records Engagements
- POSTSearch Records Any
- POSTDelete Record Companies
- POSTDelete Record Contacts
- POSTDelete Record Deals
- POSTDelete Record Engagements
- POSTDelete Record Any
- POSTGet Contacts By List ID
- POSTDescribe Action Schema
- POST
- Jira
- Marketo
- Notion
- Microsoft Outlook
- Salesforce
- Shopify
- Slack
- Zendesk
- Zoom
HubSpot
Update Record Deals
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Your Paragon Project ID
Body
application/json
Response
200
Success
Was this page helpful?
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>"
}
}'