---
title: "Add a new salesforce"
method: POST
path: "/v1/salesforce.json"
tags: ["salesforce"]
---

# Add a new salesforce

`POST /v1/salesforce.json`

Created salesforce

## Query parameters

- `token` string, required

## Request body

- object
  - `board_id` integer
  - `list_id` integer
  - `email` integer
  - `card_id` integer
  - `foreign_id` integer
  - `class` string

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `board_id` string
  - `list_id` string
  - `card_id` string
  - `foreign_id` string
  - `class` string

## Other responses

- `405` — Invalid input

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/versions/bfc753befdbe/schema)
