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
Create Record Contacts
POST
/
projects
/
{project_id}
/
actions
/
#HUBSPOT_CREATE_RECORD_CONTACTS
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_CREATE_RECORD_CONTACTS' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "HUBSPOT_CREATE_RECORD_CONTACTS",
"parameters": {
"firstname": "<string>",
"lastname": "<string>",
"email": "<string>",
"phone": "<string>",
"hubspot_owner_id": "<string>",
"lifecyclestage": "subscriber",
"hs_lead_status": "NEW",
"annualrevenue": "<string>",
"hs_all_assigned_business_unit_ids": "<string>",
"hs_buying_role": "BLOCKER",
"city": "<string>",
"hs_facebook_ad_clicked": true,
"hs_linkedin_ad_clicked": "true",
"hs_clicked_linkedin_ad": "true",
"closedate": "<string>",
"company": "<string>",
"company_size": "<string>",
"country": "<string>",
"hs_country_region_code": "<string>",
"date_of_birth": "<string>",
"degree": "<string>",
"hs_email_customer_quarantined_reason": "SUSPENSION_REMEDIATION",
"hs_role": "accounting",
"hs_seniority": "vp",
"hs_sub_role": "account_executive",
"hs_employment_change_detected_date": "<string>",
"hs_enriched_email_bounce_detected": true,
"hs_facebookid": "<string>",
"hs_facebook_click_id": "<string>",
"fax": "<string>",
"field_of_study": "<string>",
"followercount": 123,
"gender": "<string>",
"hs_google_click_id": "<string>",
"graduation_date": "<string>",
"owneremail": "<string>",
"ownername": "<string>",
"industry": "<string>",
"jobtitle": "<string>",
"hs_job_change_detected_date": "<string>",
"job_function": "<string>",
"hs_journey_stage": "new_contact",
"kloutscoregeneral": 123,
"hs_last_metered_enrichment_timestamp": "<string>",
"hs_latest_source": "ORGANIC_SEARCH",
"hs_latest_source_timestamp": "<string>",
"hs_legal_basis": "Legitimate interest – prospect/lead",
"linkedinbio": "<string>",
"linkedinconnections": 123,
"hs_linkedin_url": "<string>",
"hs_linkedinid": "<string>",
"hs_live_enrichment_deadline": "<string>",
"marital_status": "<string>",
"hs_content_membership_email": "<string>",
"hs_content_membership_notes": "<string>",
"message": "<string>",
"military_status": "<string>",
"mobilephone": "<string>",
"numemployees": "1-5",
"hs_analytics_source": "ORGANIC_SEARCH",
"hs_owning_teams": "<string>",
"hs_persona": "<string>",
"photo": "<string>",
"hs_pinned_engagement_id": 123,
"hs_pipeline": "<string>",
"zip": "<string>",
"hs_language": "af",
"associatedcompanyid": 123,
"relationship_status": "<string>",
"hs_returning_to_office_detected_date": "<string>",
"salutation": "<string>",
"school": "<string>",
"seniority": "<string>",
"hs_shared_team_ids": "<string>",
"hs_shared_user_ids": "<string>",
"hs_feedback_show_nps_web_survey": true,
"start_date": "<string>",
"state": "<string>",
"hs_state_code": "<string>",
"hs_content_membership_status": "active",
"address": "<string>",
"hs_timezone": "pacific_slash_midway",
"hs_time_between_contact_creation_and_deal_close": 123,
"hs_time_between_contact_creation_and_deal_creation": 123,
"hs_time_to_move_from_lead_to_customer": 123,
"hs_time_to_move_from_marketingqualifiedlead_to_customer": 123,
"hs_time_to_move_from_opportunity_to_customer": 123,
"hs_time_to_move_from_salesqualifiedlead_to_customer": 123,
"hs_time_to_move_from_subscriber_to_customer": 123,
"twitterbio": "<string>",
"hs_twitterid": "<string>",
"twitterprofilephoto": "<string>",
"twitterhandle": "<string>",
"website": "<string>",
"hs_whatsapp_phone_number": "<string>",
"work_email": "<string>",
"hs_googleplusid": "<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_CREATE_RECORD_CONTACTS' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "HUBSPOT_CREATE_RECORD_CONTACTS",
"parameters": {
"firstname": "<string>",
"lastname": "<string>",
"email": "<string>",
"phone": "<string>",
"hubspot_owner_id": "<string>",
"lifecyclestage": "subscriber",
"hs_lead_status": "NEW",
"annualrevenue": "<string>",
"hs_all_assigned_business_unit_ids": "<string>",
"hs_buying_role": "BLOCKER",
"city": "<string>",
"hs_facebook_ad_clicked": true,
"hs_linkedin_ad_clicked": "true",
"hs_clicked_linkedin_ad": "true",
"closedate": "<string>",
"company": "<string>",
"company_size": "<string>",
"country": "<string>",
"hs_country_region_code": "<string>",
"date_of_birth": "<string>",
"degree": "<string>",
"hs_email_customer_quarantined_reason": "SUSPENSION_REMEDIATION",
"hs_role": "accounting",
"hs_seniority": "vp",
"hs_sub_role": "account_executive",
"hs_employment_change_detected_date": "<string>",
"hs_enriched_email_bounce_detected": true,
"hs_facebookid": "<string>",
"hs_facebook_click_id": "<string>",
"fax": "<string>",
"field_of_study": "<string>",
"followercount": 123,
"gender": "<string>",
"hs_google_click_id": "<string>",
"graduation_date": "<string>",
"owneremail": "<string>",
"ownername": "<string>",
"industry": "<string>",
"jobtitle": "<string>",
"hs_job_change_detected_date": "<string>",
"job_function": "<string>",
"hs_journey_stage": "new_contact",
"kloutscoregeneral": 123,
"hs_last_metered_enrichment_timestamp": "<string>",
"hs_latest_source": "ORGANIC_SEARCH",
"hs_latest_source_timestamp": "<string>",
"hs_legal_basis": "Legitimate interest – prospect/lead",
"linkedinbio": "<string>",
"linkedinconnections": 123,
"hs_linkedin_url": "<string>",
"hs_linkedinid": "<string>",
"hs_live_enrichment_deadline": "<string>",
"marital_status": "<string>",
"hs_content_membership_email": "<string>",
"hs_content_membership_notes": "<string>",
"message": "<string>",
"military_status": "<string>",
"mobilephone": "<string>",
"numemployees": "1-5",
"hs_analytics_source": "ORGANIC_SEARCH",
"hs_owning_teams": "<string>",
"hs_persona": "<string>",
"photo": "<string>",
"hs_pinned_engagement_id": 123,
"hs_pipeline": "<string>",
"zip": "<string>",
"hs_language": "af",
"associatedcompanyid": 123,
"relationship_status": "<string>",
"hs_returning_to_office_detected_date": "<string>",
"salutation": "<string>",
"school": "<string>",
"seniority": "<string>",
"hs_shared_team_ids": "<string>",
"hs_shared_user_ids": "<string>",
"hs_feedback_show_nps_web_survey": true,
"start_date": "<string>",
"state": "<string>",
"hs_state_code": "<string>",
"hs_content_membership_status": "active",
"address": "<string>",
"hs_timezone": "pacific_slash_midway",
"hs_time_between_contact_creation_and_deal_close": 123,
"hs_time_between_contact_creation_and_deal_creation": 123,
"hs_time_to_move_from_lead_to_customer": 123,
"hs_time_to_move_from_marketingqualifiedlead_to_customer": 123,
"hs_time_to_move_from_opportunity_to_customer": 123,
"hs_time_to_move_from_salesqualifiedlead_to_customer": 123,
"hs_time_to_move_from_subscriber_to_customer": 123,
"twitterbio": "<string>",
"hs_twitterid": "<string>",
"twitterprofilephoto": "<string>",
"twitterhandle": "<string>",
"website": "<string>",
"hs_whatsapp_phone_number": "<string>",
"work_email": "<string>",
"hs_googleplusid": "<string>"
}
}'