Apislack
Call a Slack Web API method with POST (provider-native passthrough)
Write operation: mutates state in the upstream service.
curl -X POST "https://api.modernloop.dev/rest/v1/slack/api/string" \ -H "Authorization: Bearer $MLOOP_INTERNAL_MCP_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'{ "ok": true, "error": "string", "warning": "string", "response_metadata": { "next_cursor": "string", "property1": null, "property2": null }, "property1": null, "property2": null}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
method*string
Slack Web API method name
Length
1 <= lengthTypeScript Definitions
Use the request body type in TypeScript.
[key: string]?unknown