Enterprise feature.
Trigger a tool execution from an external webhook (Stripe, GitHub, etc.).
The request body becomes the tool’s input payload. Returns 202 Accepted immediately and executes the tool asynchronously.
Static API key authentication using Bearer token scheme.
Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY
Alternatively, you can use the token query parameter to authenticate.
API keys can be generated in your superglue dashboard.
ID of the tool to trigger
Webhook payload from the external service. Becomes the tool's input.
The body is of type object.