POST
/
projects
/
{project_id}
/
actions
/
#HUBSPOT_UPDATE_RECORD_COMPANIES
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_UPDATE_RECORD_COMPANIES' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "HUBSPOT_UPDATE_RECORD_COMPANIES",
  "parameters": {
    "domain": "<string>",
    "industry": "ACCOUNTING",
    "phone": "<string>",
    "hubspot_owner_id": "373139995",
    "type": "PROSPECT",
    "city": "<string>",
    "state": "<string>",
    "zip": "<string>",
    "numberofemployees": 123,
    "annualrevenue": 123,
    "timezone": "<string>",
    "description": "<string>",
    "linkedin_company_page": "<string>",
    "about_us": "<string>",
    "hs_additional_domains": "<string>",
    "hs_all_assigned_business_unit_ids": "<string>",
    "hs_csm_sentiment": "at_risk",
    "closedate": "<string>",
    "hs_keywords": "net_development",
    "name": "<string>",
    "country": "<string>",
    "hs_country_code": "<string>",
    "hs_employee_range": "<string>",
    "facebook_company_page": "<string>",
    "facebookfans": 123,
    "hs_gps_coordinates": "<string>",
    "hs_gps_error": "<string>",
    "googleplus_page": "<string>",
    "owneremail": "<string>",
    "ownername": "<string>",
    "hs_ideal_customer_profile": "tier_1",
    "hs_industry_group": "<string>",
    "is_public": true,
    "hs_last_metered_enrichment_timestamp": "<string>",
    "hs_lead_status": "NEW",
    "lifecyclestage": "subscriber",
    "linkedinbio": "<string>",
    "hs_linkedin_handle": "<string>",
    "hs_live_enrichment_deadline": "<string>",
    "hs_logo_url": "<string>",
    "hs_analytics_source": "ORGANIC_SEARCH",
    "hs_owning_teams": "<string>",
    "hs_pinned_engagement_id": 123,
    "hs_pipeline": "<string>",
    "hs_quick_context": "<string>",
    "hs_revenue_range": "<string>",
    "hs_shared_team_ids": "<string>",
    "hs_shared_user_ids": "<string>",
    "hs_state_code": "<string>",
    "address": "<string>",
    "address2": "<string>",
    "hs_is_target_account": true,
    "hs_target_account": "tier_1",
    "hs_target_account_recommendation_snooze_time": "<string>",
    "hs_target_account_recommendation_state": "DISMISSED",
    "total_money_raised": "<string>",
    "twitterbio": "<string>",
    "twitterfollowers": 123,
    "twitterhandle": "<string>",
    "web_technologies": "1_and_1_hosting",
    "website": "<string>",
    "founded_year": "<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