---
title: "Call a channel tool: POST /integration-trigger/:id | Posty dokumentáció"
description: "Platformspecifikus lekérdezés egy csatornán: táblák, subredditek, oldalak listája."
canonical: https://posty.hu/en/docs/api/endpoints/csatorna-eszkoz
source: https://posty.hu/en/docs/api/endpoints/csatorna-eszkoz.md
---

Channels

# Call a channel tool: POST /integration-trigger/:id

Platformspecifikus lekérdezés egy csatornán: táblák, subredditek, oldalak listája.

## Path

Method and path

POSThttps://api.posty.hu/public/v1/integration-trigger/:id

Authorization

`channels:read`

operationId

`triggerChannelTool`

A platform-specific lookup on a channel: Pinterest boards, Discord and Slack channels, Google Business locations. You need these because the post's \`settings\` field expects an ID, not a name.

The names of the tools you can call are listed in that channel's settings schema.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| id | útvonal | string | yes | The channel ID. |
| methodName | törzs | string | yes | The tool name, from the settings schema. |
| data | törzs | object | no | The tool's parameters, as key-value pairs. |

## Request

```
curl -X POST https://api.posty.hu/public/v1/integration-trigger/clx1a2b3c4d5e6f7g8h9 \
  -H "Authorization: psty_a_kulcsod" \
  -H "Content-Type: application/json" \
  -d '{ "methodName": "boards", "data": {} }'
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
