Real-time event notifications system for extending social.plus functionality with custom integrations and analytics
Event Triggers
Webhook Characteristics
Enable Webhook Feature
Configure Webhook URLs
Implement Webhook Receiver
Test and Monitor
x-amity-signature
header before processing webhook events to prevent request forgery and ensure data integrity.Header | Description |
---|---|
x-amity-signature | HMAC Base64 digest of the response body using SHA-256 hash function |
User-Agent | Identifies the webhook delivery system |
Content-Type | Always application/json |
Content-Length | Size of the JSON payload |
Chat Events
channel.didCreate
- New channel createdchannel.didUpdate
- Channel settings updatedchannel.didDelete
- Channel deletedmessage.didCreate
- New message sentmessage.didUpdate
- Message editedmessage.didDelete
- Message deletedmessage.didFlag
- Message flagged for moderationSocial Events
User Events
user.didCreate
- New user registereduser.didUpdate
- User profile updateduser.didFollow
- User followed another useruser.didJoinCommunity
- User joined communityuser.didFlag
- User reported/flaggeduser.didBan
- User banned from platformuser.didUnban
- User ban liftedCommon Issues
Performance Issues
Debugging Tips
post.didCreate
- New post publishedpost.didUpdate
- Post editedpost.didDelete
- Post deletedpost.didReact
- Reaction added to postcomment.didCreate
- New comment addedcomment.didUpdate
- Comment editedcomment.didDelete
- Comment deleted