Users
List organization users
Returns all users in the organization with their IDs and access levels.
Useful for mapping owned_by_user_id values or assigning records to users.
GET
List organization users
Previous
Trigger a skill via webhookSends a webhook payload to trigger a skill (AI agent) run. The skill must have a
webhook trigger configured and be in "live" status.
The entire JSON body is passed to the skill as input context, so you can send
any structured data your skill needs.
**Common use cases:**
- React to events from external services (Stripe, TypeForm, etc.)
- Chain automation workflows across systems
- Trigger skills from your own application on custom events
**Optional signature verification:**
For enhanced security, include an HMAC-SHA256 signature in the `x-webhook-signature`
header. The signature is computed over the raw JSON body using your API key as the secret.
Next
List organization users