# teleport_status

Teleport progress messages.

# Incoming and outgoing parameters

The input parameters is being sent to your HTTP script along with this event. Output parameters (if any) should be generated by your script.

## Input parameters

| Parameter | Required | Value |
|-----------|----------|-------|
| action    | yes      | = teleport_status |
| bot_name  | yes      | the SL name of your bot |
| channel   | yes      | the unique bot id |
| cid       | yes      | internal HTTP connection identifier (you can ignore this value) |

## Input parameters specific for `teleport_status`

| Parameter | Required | Description |
|-----------|----------|-------------|
| status    | yes      | teleport status:<br><br>Start - teleport initialized<br>Progress - teleport in progress<br>Failed - teleport failed<br>Finished - teleport completed<br>Cancelled - teleport cancelled |
| message   | yes      | teleport details, like error details for "Failed" |
| flags     | yes      | SL teleport flags, varies from case to case |
| location  | yes      | bot's current location, Region/X/Y/Z |