Version 1.3.0 - User Creation Webhooks.
New Feature: user.created Webhook
This release activates the user.created webhook, a powerful tool for automating actions when a new user joins.
- Functionality: Whenever a user is successfully created via the
/registerorPOST /usersendpoints, the API will now send aPOSTrequest to any subscribed Target URLs. - Payload: The webhook payload includes the complete user data object, allowing for rich integrations with external services like CRMs, marketing platforms, or notification systems.
- The "(Future Implementation)" label has been removed from the Settings page to reflect this change.