post-user-registration
triggers runs after a user has been created for a Database or Passwordless connection. This trigger can be used to notify another system that a user has registered for your application. Multiple actions can be bound to this trigger, and the actions will run in order. However, these actions will be run asynchronously and will not block the user registration process.
SLACK_WEBHOOK_URL
and must have a dependency on the @slack/webhook
npm
package.npm
library like axios
, you must add the library to the Action as a dependency. To learn more, read the “Add a dependency” section in Write Your First Action.event.security_context
object contains the JA3/JA4 fingerprint values for the current transaction.