---
title: "POST /api/v4/website_buttons"
method: POST
path: "/api/v4/website_buttons"
---

# POST /api/v4/website_buttons

`POST /api/v4/website_buttons`

Create CRM Plugin.

## Request body

- WebsiteButtonCreateRequest
  - `pipeline_id` integer, required
  - `trusted_websites` string[]
  - `is_used_in_app` boolean

## Response `200`

The request has succeeded.

- union
  - WebsiteButtonCreateResponse
    - `source_id` integer
    - `trusted_websites` string[]
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
