I am trying to automate RightFax inbound Fax processing via the new SOAP API. To do this I need the handles of Faxes that have come in to a given phone number.
In the RightFaxAPI service the GetUserFaxes operation lists incoming faxes, but they only show up under user "ADMINISTRATOR".
Q: How can I make a different User owner of all faxes arriving on a specific phone number?
In the ImportService getNewFaxes operation it requires subscriptionId, defined as a 32 digit GUID.
Q: How can I set up SubscriptionID's associated with incoming faxes?