An outgoing webhook lets your service respond to messages in chats. Here's how it works:
- Someone posts a message in a chat
- Pachca sends the data to your URL
- Your server processes it and replies
- The reply shows up in the chat
Use it for chatbots, commands (/help, /weather) and integrations with internal systems. You'll need a server to handle the requests.
For developers
Docs on dev.pachca.com →