Hosting account callbacks
The following hosting account callbacks are available:
Account activation
With the account activation callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |
SQL cluster addition
When is the SQL cluster callback sent?
The SQL cluster callback is generally sent a few seconds after an account has
been activated for the first time.
With the SQL cluster addition callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |
Account suspension
What are the comments that you could receive when an account gets suspended?
Permanent suspension reasons:
PHISHINGVIRUS_MALWARE_HOSTINGNULLED_SCRIPTCONTENT_VIOLATIONABUSE_COMPLAINTSPAM_DOMAIN_SIGNUPREQUESTEDADMIN_SUSPENDADMIN_CLOSE : <reason>RES_CLOSE : <reason>OTHER
Temporary suspension reasons:
DAILY_IODAILY_HITMYSQL_OVERLOAD
Inactivity suspension reasons:
AUTO_IDLE
With the account suspension callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |
Account reactivation
With the account reactivation callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |
Account deletion
When does an account get auto-deleted?
An account usually gets deleted
about 60 days after a suspension. In the case that an account went into an
auto-idle state it’s about 2 days.
With the account deletion callback, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |
Domain added to account
What are the domain codes?
Parked domain added: CLIENTPARKADD
Subdomain added: CLIENTSUBADD
Addon domain added: CLIENTDOMADD
When the client adds a domain to an account, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |
Domain removed from account
What are the domain codes?
Parked domain removed: CLIENTPARKREM
Subdomain removed: CLIENTSUBDEL
Addon domain removed: CLIENTDOMREM
When the client removes a domain from an account, you will receive the following form values:
| Parameter | Value | Type |
|---|---|---|
username |
| string |
status |
| string |
comments |
| string |