> For the complete documentation index, see [llms.txt](https://docs.flexikanban.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexikanban.ai/components/actions-action-groups/types/kanban-api-action.md).

# KanBan API Action

KanBan API allows to call methods for manipulating KanBan elements: show message, refresh KanBan and etc.

* Add an action with the type Kanban API .

<figure><img src="/files/y8J8Z24e5nvpFPcRUxbf" alt=""><figcaption></figcaption></figure>

See more info about creating Action in [Working with Actions ](/components/actions-action-groups/basics/working-with-actions.md)article.

* Select the Method.
* Enter parameters for selected method.

<figure><img src="/files/vpL0BBo5BQxzp7YZMnn1" alt=""><figcaption></figcaption></figure>

You can use Static values, [Merge Fields](/standard-kanban/tools/using-merge-field-picker.md) or [Formulas](/standard-kanban/tools/using-formula-editor.md) to populate parameters.

See more informations on using KanBan API [here](/components/forms/tools/form-action.md#kanban-api-action-type).

* Save the action

Now you can call it from Kanban and other arias.

Note:

Global Kanban API action can be triggered only on card dragging and are not available from context of a card, column or kanban. If you add such action as a handler on  card, column or kanban element, system will show an error message.


---

# 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:

```
GET https://docs.flexikanban.ai/components/actions-action-groups/types/kanban-api-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
