Hi there,
i mam trying to create a fax server for work. It uses faxstf pro and a dropbox folder where you can drop a pdf with the faxnumber as filename. The first part i got working, i can get all the info I need for sending a fax.
But i have some problems with the faxstf part. I use the command create fax.
Command details:
create fax: Returns "true" if FAXstf can send a fax with these arguments.
create fax reference -- the object for the command
pdf file Unicode text -- The path to the pdf file that will be faxed.
[send to name Unicode text] -- The name of the person you are faxing.
[cover page message Unicode text] -- The cover page message to be used when sending a fax. Leave blank to if you don't want a cover page.
fax phone number Unicode text -- The phone number to use when sending a fax.
[cover page Unicode text] -- The name of the cover page template to be used when sending a fax.
[send to home phone Unicode text] -- The Home phone of the person you are faxing.
[page header Unicode text] -- The name of the page header template to be used when sending a fax.
[send to address Unicode text] -- Address of the person you are faxing.
[send to organization Unicode text] -- The name of the organization of the person you are faxing.
[send to work phone Unicode text] -- The work phone of the person you are faxing.
Result: anything -- the reply for the command
i figured out the pdf path and phone number but i can’t find out what i should use as reference.
Can anyone help me?