Custom integration for communities
Custom integrations are somewhat raw and experimental at the moment. API endpoints specified here are also used by regular website users, so they are subject to change. Join our Discord and ask for developer role to receive updates regarding the API.Authorization#
1.
Go to your community page
2.
Go to 'Integrations' section
Usage in requests#
Include your token in Authorization header: Authorization: Bearer <YOUR_TOKEN_GOES_HERE>.Listening for events via WebSocket#
Connect to WebSocket at wss://api.tanggle.io/ws/communities/<uuid>?events=queue+roomsRoom Events#
Room was created#
Room was completed#
Queue Events#
Item added#
Item (body) updated#
Item approved or disapproved#
Item removed#
Positions update#
Modified at 2025-06-15 09:24:46