Skip to content

Version 1.3.0 - User Creation Webhooks.

Choose a tag to compare

@istefan istefan released this 07 Oct 14:02
· 1 commit to main since this release

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 /register or POST /users endpoints, the API will now send a POST request 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.