# before_accountcreate

Account/service is about to be created (module Create function execution).

TIP

Throw exception in your hook to block provisioning for some reason

# Hook parameter

An array is passed to hook containing following keys/values:

Key Type Description
account_id int Account ID
account array Account details from hb_accounts table

# Sample hook files

Last Updated: 3/17/2023, 8:40:19 AM