Skip to content

Commit

Permalink
feat: Use JSON for data files
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 12, 2024
1 parent 09aa125 commit 49d4f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skyetel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ This integration runs on a schedule and automatically orders DIDs from [Skyetel]
| MIN_STOCK | Minimum number of phone numbers to maintain per city | 50 | true | 0 |
| MAX_STOCK | Maximum number of phone numbers to maintain per city | 100 | true | 0 |
| SUPPORTED_CITIES_DATA_FILE | Name of the CSV file containing supported cities | `supported_cities.csv` | false | `supported_cities.csv` |
| SOMLENG_NUMBER_VISIBILITY | Visibility of created phone number. `public` or `private` | `public` | false | public |
| SOMLENG_NUMBER_VISIBILITY | Visibility of created phone number. `public` or `private` | `public` | false | `public` |

## Usage

See [examples](https://github.com/somleng/somleng-integrations/tree/develop/skyetel/examples).

## CLI

The CLI can be used to test your integration or in standalone mode.
The CLI can be used to test your integration.

```bash
Usage: somleng-skyetel [options]
Expand Down

0 comments on commit 49d4f1b

Please sign in to comment.