---
title: "POST /orgs/save-crm-contact"
method: POST
path: "/orgs/save-crm-contact"
tags: ["orgs"]
---

# POST /orgs/save-crm-contact

`POST /orgs/save-crm-contact`

Save new contacts to CRM.

## Request body

- object
  - `crmName` 'hubspot', required — The crm integration name
  - `contact` object, required — contact information for creation or update
    - `firstname` string, required
    - `lastname` string, required
    - `pb_linkedin_profile_url` string, uri, required
    - `email` string, email, nullable
    - `phone` string, nullable
    - `jobtitle` string, nullable
    - `company` string, nullable

## Response `200`

Success.

## Other responses

- `401` — Authentication to CRM failed.
- `404` — No contact found in CRM.
- `500` — Unexpected error.

---

[API](https://skmtc.net/phantombuster/apis/phantombuster-api-v2.md) · [All operations](https://skmtc.net/phantombuster/apis/phantombuster-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phantombuster/phantombuster-api-v2/revisions/acf0049d7c7f/schema)
