Inbound Fax Routing

Home Forums FaxFinder Inbound Fax Routing

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #14340
    Thomas Packert
    Participant

    Hello,

    We have a new FaxFinder IP 8 channel server arriving and new EtherFax Service.

    We will configure the FaxFind to send the faxes to an SFTP server.

    I want to use Jitterbit Harmony to move the faxes from the FaxFinder to Salesforce.com as an attachment on a new task. I want to use the incoming fax number to lookup the customer and associate the task with the customer, otherwise a catchall bucket.

    After a quick read of the Incoming Fax APi, It looks like we will use the GET function to return a list of the incoming faxes and then loop through them to then do the lookups and then move the attachment from the SFTP server to Salesforce.com.

    Seems straightforward, has anybody done this already?

    Thanks in advance,

    Tom

    #14356
    Thomas Packert
    Participant

    I have been exploring the API for the inbound faxes. But the Remote ID that is returned in the results is whatever is programmed into the sending fax machine. Is there an API to get the Caller ID of the sending fax. The FaxFinder UI shows the sending fax number in addition to the remote ID.

    curl -X GET –user admin:****** https://********/ffws/v1/inbound_log?include_call_info=true

    #14358
    Thomas Packert
    Participant

    Also the Call Log does not seem to return results.

    FF440 Firmware 3.5.2

    curl -X GET –user admin:**** https://********/ffws/v1/call_log
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <response>
    <message>Success</message>

    </response>

    #14367

    You are correct. The current Call Log fails to return results. It will work if you specify a limit.

    curl -X GET –user admin:**** https://********/ffws/v1/call_log?limit=10

    This will be fixed in the next release. Sorry for any inconvenience this may have caused.

    Regards,
    Carol Almquist

    #14368

    The next release will also have caller name/number in the call_log and inbound_log responses.

    –Carol

    #14369
    Thomas Packert
    Participant

    OK – thank you for the response – Is there an ETA for the next release?

    #14449

    Next release will be in Q4.

    #14450
    Thomas Packert
    Participant

    Q4 = Q4 2016 = Oct to Dec 2016?

    #14452

    Yes, Oct – Dec 2016.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘FaxFinder’ is closed to new topics and replies.