getFax( )


Gets the fax number used for notifications of activities on your site.

The getFax() function returns a Promise that resolves to the site's fax number information.

The retrieved fax number is the fax number that has been entered in the General Info section of your site's Dashboard.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<string>
Did this help?