Discussions

Ask a Question

Noobie Question #2: API /inbox(list) Returns Empty Array

Okay, etherFAX Developer Community: another Noobie question for everyone so, please go easy on me ;) We resolved the preceding "Noob Question #1" by having etherFAX create a new Service ID for calling the REST APIs which, we validate by leveraging the /account method returning our configuration settings. Now, I am invoking the /inbox(list) API with a count=0 (all unread faxes): ``` https://na.connect.etherfax.net/rest/3.0/api/inbox?a=list&count=0 ``` ...which correctly authenticates: ``` System.HttpResponse[Status=OK, StatusCode=200] ``` ...but, when providing a count=0 should return a listing of all unread faxes but instead returns an empty array: ``` [202]|DEBUG|[ETHERFAX000003I] -> strHTTPResponseBody=[] ``` I previously faxed a 16-page test document to myself and I see it sitting in my queue waiting for download...please help me to learn and understand why the API does not return a listing of at least that pending document...am I missing something? Thanks for all the help in advance! -----James Kepler, PenServ Plan Services

Production/Development Parallel Queue Processing?

Does etherFAX have an internal mechanism that can take an incoming fax, duplicate it, and then send it on while routing the duplicated fax into another queue...in this case a developmental account for testing purposes? We receive 200-300 faxes a day of various types and would like to run parallel with our production lines... In advance, thanks!

Open API Specification (OAS)?

Does etherFAX make available to developers, an Open API Specification (OAS) such as Swagger for providing interfacing into the APIs? This would be a real time-saver for developers on systems such as Salesforce that ingest those, produce the necessary classes, methods, and interfaces for components such as Workflow. Just curious... -----Jim