Customer is evaluating XM and coding to the SOAP API. They are requesting direction for the following:
"Our requirement is to get one fax at a time preferably in First In First Out order like a Queue. Then we delete the fax after our getting the data. It will be helpful to if someone can point us to right method or an example. Please suggest if the below methods are correct or we need to explore something else.
- Get new fax: getFirstInboundFax
- Delete fax by fax id: deletePermanently
- Send new fax: sendFax
Can someone please assist here?