Run an app action
Runs one of the app’s actions against the connected account — send a Slack message, create a CRM contact, append a row to a spreadsheet. Get the action slug and its inputSchema from the tools view; pass arguments when you have them, or instruction in plain language when you don’t. Writes to a third-party system, so it is not reversible from Norbelys.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Headers
Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.
255Path Parameters
The integration id (path).
Body
The action slug to run (from the tools view).
"SLACK_SEND_MESSAGE"
Arguments for the action, matching the inputSchema from GET /v1/integrations/{id}/tools. Mutually exclusive with instruction.
Plain-language description of what to do; the arguments are inferred. Use it only when you don't have the structured arguments.
"Add [email protected] as a new contact"