Personal Team

You are currently using your personal team. To set up a team, please click on the team in the top left corner and then click on create team.

Webhooks

Webhooks allow you to receive real-time HTTP notifications when certain events occur in your chatbot system. This can be useful for integrating with other systems, tracking usage, or implementing custom business logic.

Common use cases include:

  • Track chat usage per user
  • Implement usage limits (e.g., 50 chats per month for free users)
  • Log chat history in your own system
  • Trigger custom workflows based on user interactions

For detailed documentation including payload format, best practices, and example implementations, please visit our webhook documentation.