Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update callbacks.mdx #30

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pages/initial-setup/callbacks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Then, click on "Update Settings" and everything should be set up!

The following hosting account callbacks are available:

### Account activation
### Account Activation
With the account activation callback, you will get the following form values:
```
username: <vpanel_username>
status: ACTIVATED
comments: GENERIC ACTIVATION
```

### SQL Cluster addition
### SQL Cluster Addition
<Callout emoji="ℹ️" type="info">
**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.
Expand All @@ -55,7 +55,7 @@ status: <sql_cluster_id>
comments: SQL_SERVER
```

### Account suspension
### Account Suspension
<Callout emoji="ℹ️" type="info">
**What are the comments that you could receive when an account gets suspended?**

Expand Down Expand Up @@ -88,15 +88,15 @@ status: SUSPENDED
comments: <comment> : <reason>
```

### Account unsuspension
### Account Reactivation
With the account unsuspension callback, you will get the following form values:
Wallvon marked this conversation as resolved.
Show resolved Hide resolved
```
username: <vpanel_username>
status: REACTIVATE
comments: GENERIC REACT
```

### Account deletion
### Account Deletion
<Callout emoji="ℹ️" type="info">
**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.
Expand All @@ -109,7 +109,7 @@ status: DELETE
comments: <vpanel_username>
```

### Domain Added To Account
### Domain Added to Account
<Callout emoji="ℹ️" type="info">
**What are the domain codes?**

Expand All @@ -129,7 +129,7 @@ status: <domain_code>
comments: <vpanel_username>
```

### Domain Removed From Account
### Domain Removed from Account
<Callout emoji="ℹ️" type="info">
**What are the domain codes?**

Expand Down
Loading