You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: