Webhook triggers allow you to invoke your lil’bots from any external platform through a simple API endpoint. This documentation provides a complete reference for the webhook triggers API, including authentication, request formats, and response structures.
All endpoints in the Webhook Triggers API require authentication via an API key. This key is specific to each trigger and is provided when you create a trigger in the lil’bots platform.The API key should be passed in the X-Key header with each request:
Copy
X-Key: your-trigger-key
Security NoteProtect your trigger keys carefully. Anyone with access to your trigger URL and key can invoke your bot, potentially accessing any data your bot has access to and using up your credits.