Open
Description
On the New Client page of AccelerateNetworks.com customers can fill out extension information. It seems to me that we should be able to use this data to autofill that client's configuration in FusionPBX using this API.
Here's how I am imaging that this process might work:
AccelerateNetworks.com => Order => NewClientForm => HTTP Client => JSON => ThisAPI => FusionPBX
Here is an example of the New Client's page: https://acceleratenetworks.com/cart/order/af797549-0303-4b17-abb5-155a9936c9f1/newclient
I think the first step is for me to write a client for this API in the existing Mvc project and then we can figure out the data we want to push from this form.