# wildix-pbx

API configuration: [`wildix-pbx`](https://terapi.dev/providers.yaml)

### Features

| Features                                                                                                                                        | Status                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md)                   | ✅                             |
| [Sync data](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/sync-data-from-an-api/README.md)                 | ✅                             |
| [Perform workflows](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/perform-workflows-with-an-api/README.md) | ✅                             |
| [Proxy requests](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/proxy-requests-to-an-api/README.md)         | ✅                             |
| [Receive webhooks](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/receive-webhooks-from-an-api/README.md)   | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.dev/slack).

### Getting started

* [How to register an Application](https://wildix.atlassian.net/wiki/x/3B-OAQ)
* [Api documentation for Wildix PBX](https://docs.wildix.com/wms/index.html)
* [OAuth-related docs](https://docs.wildix.com/wms/index.html#section/Authentication)
* [List of OAuth scopes](https://docs.wildix.com/wms/index.html#section/Authentication)

Do you need help? Please check this link [community](https://terapi.dev/slack).

### Connection configuration in Terapi

Wildix PBX requires a PBX specific subdomain to run OAuth `demo-pbx`.wildixin.com

You should request this from the user and pass it to Terapi in the `terapi.auth()` call:

```js
terapi.auth('wildix-pbx', '', {params: {subdomain: ''}});
```

For more details, see the [docs here](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md#apis-requiring-connection-specific-configuration-for-authorization).

### API gotchas

*None yet, add yours!*

Add Getting Started links and Gotchas by [editing this page](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/wildix.mdx)
