> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/solution-editor/actions/api-call/built-in.md).

# 専用アクション

## **概要**

専用アクションとは、Anyflow Embed が用意したアクションです。

専用アクションを使用することにより、実行したい操作を選択して入力フィールドを設定するだけで利用することが可能です。

アクションのリクエストやレスポンスは Anyflow Embed があらかじめ定義しているため、各コネクタの API ドキュメントを確認する必要はありません。

設定する入力フィールドはアクションごとに異なります。個別のアクションの入力フィールドについては、ソリューションエディタのアクション選択画面をご確認ください。

利用したい操作が専用アクションに存在しない場合は、 [カスタムアクション](/solution-editor/actions/api-call/custom.md)または [HTTPアクション](/solution-editor/actions/api-call/http.md)をご利用ください。

## 専用アクションの一例

HubSpotのコネクタには、以下のような専用アクションが存在します。

* 企業情報を一括作成
* 企業情報を作成
* コンタクトを作成
* コンタクトを一括作成
* etc...

<figure><img src="https://1345286555-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2SAP0zfldVFDluPfMXkq%2Fuploads%2FxI2MlWBRSxur8WEhseMK%2Fimage.png?alt=media&amp;token=a86ce943-e791-45df-a56e-41a10e87dd81" alt="" width="365"><figcaption></figcaption></figure>

{% hint style="success" %}
専用アクションは随時追加をしております。専用アクションの追加を希望される場合はAnyflow CS担当者までお問い合わせください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs-embed.anyflow.jp/solution-editor/actions/api-call/built-in.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
