Integration docs
List operations
The operations one integration exposes, by id and title.
GET
https://cloud.generalinput.com/v1/integrations/:service/operationsAuthenticationRequires
docs:read on a platform API key. A CLI session always passes.One row per documented call on the service. Take an id to get the operation for its reference.
Path parameters
| Name | Notes |
|---|---|
service | The integration slug. |
Response
{
"operations": [
{
"id": "4c21e1ee-4d54-4413-a4f2-80a80dff4c99",
"title": "Send a Message",
"description": "Sends a message to a channel, DM, or group conversation."
}
]
}Operation ids are UUIDs and are stable across services: the same id resolves through GET /v1/operations/:opId without the service prefix.
Errors
| Status | When |
|---|---|
404 | No integration with that slug. |