{"id":5265,"date":"2025-02-05T13:25:22","date_gmt":"2025-02-05T19:25:22","guid":{"rendered":"http:\/\/www.multitech.net\/developer\/?page_id=5265"},"modified":"2025-02-05T13:27:42","modified_gmt":"2025-02-05T19:27:42","slug":"inbound-routing-fax-element","status":"publish","type":"page","link":"https:\/\/www.multitech.net\/developer\/software\/faxfinder\/web-services-api\/faxfinder-information-apis-and-elements\/inbound-routing-fax-element\/","title":{"rendered":"Inbound Routing Fax Element"},"content":{"rendered":"<p><em>FaxFinder 3.0.4 or higher only<\/em><\/p>\n<p>This element represents an inbound route.<\/p>\n<pre class=\"brush:xml\">\r\n&lt;!-- Describes global route destination--&gt;\r\n&lt;global&gt;\r\n\t&lt;destination&gt;\r\n&lt;!-- Describes destination option--&gt;\r\n&lt;!-- required: yes --&gt;\r\n&lt;!-- Can be one of: --&gt;\r\n&lt;!--Email --&gt;\r\n&lt;!--Notify  --&gt;\r\n&lt;!-- User  -&gt;\r\n&lt;!--Notify User  --&gt;\r\n&lt;!--Share --&gt;\r\n&lt;!-- Sftp --&gt;\r\n&lt;!-- Print --&gt;\r\n\t\t&lt;type&gt;Email &lt;\/type&gt;\r\n&lt;!-- Additional information required based on type --&gt;\r\n&lt;!--For Email value = the email address --&gt;\r\n&lt;!-- For Notify value = the email address --&gt;\r\n&lt;!-- For User value = username - -&gt;\r\n&lt;!-- For Notify User value = username  --&gt;\r\n&lt;!-- For Share value = network share folder--&gt;\r\n&lt;!-- For Sftp value = SFTP server --&gt;\r\n&lt;!-- For Print value = printer --&gt;\r\n&lt;!-- For Trash  no value needed--&gt;\r\n\t\t\t&lt;value&gt;cla@mts.test&lt;\/value&gt;\r\n\t\t&lt;\/destination&gt;\r\n&lt;\/global&gt;\r\n&lt;!-- Describes line routing--&gt;\r\n&lt;lines&gt;\r\n\t&lt;line&gt;\r\n&lt;!\u2014Indicates which line --&gt;\r\n&lt;!-- required: yes --&gt;\r\n&lt;!-- value: string --&gt;\r\n\t\t&lt;line_number&gt;1&lt;\/line_number&gt;\r\n&lt;!-- Describes  which line --&gt;\r\n&lt;!-- required: no --&gt;\r\n&lt;!-- default: \u201c\u201d --&gt;\r\n&lt;!-- value: string --&gt;\r\n\t\t&lt;description&gt;first line&lt;\/description&gt;\r\n\t\t&lt;destination&gt;\r\n&lt;!-- Describes destination option--&gt;\r\n&lt;!-- required: yes --&gt;\r\n&lt;!-- Can be one of: --&gt;\r\n&lt;!--Email --&gt;\r\n&lt;!--Notify  --&gt;\r\n&lt;!-- User  -&gt;\r\n&lt;!--Notify User  --&gt;\r\n&lt;!--Share --&gt;\r\n&lt;!-- Sftp --&gt;\r\n&lt;!-- Print --&gt;\r\n&lt;!-- Trash --&gt;\r\n\t\t\t&lt;type&gt;Email&lt;\/type&gt;\r\n&lt;!-- Additional information required based on type --&gt;\r\n&lt;!--For Email value = the email address --&gt;\r\n&lt;!-- For Notify value = the email address --&gt;\r\n&lt;!-- For User value = username - -&gt;\r\n&lt;!-- For Notify User value = username  --&gt;\r\n&lt;!-- For Share value = network share folder--&gt;\r\n&lt;!-- For Sftp value = SFTP server --&gt;\r\n&lt;!-- For Print value = printer name --&gt;\r\n&lt;!-- For Trash  no value needed--&gt;\r\n\t\t\t&lt;value&gt;cla@mts.test&lt;\/value&gt;\r\n\t\t&lt;\/destination&gt;\r\n\t&lt;\/line&gt;\r\n&lt;\/lines&gt;\r\n&lt;!-- Describes default routing for FF240-IP --&gt;\r\n&lt;default&gt;\r\n\t&lt;destination&gt;\r\n&lt;!-- Describes destination option--&gt;\r\n&lt;!-- required: yes --&gt;\r\n&lt;!-- Can be one of: --&gt;\r\n&lt;!--Email --&gt;\r\n&lt;!--Notify  --&gt;\r\n&lt;!-- User  -&gt;\r\n&lt;!--Notify User  --&gt;\r\n&lt;!--Share --&gt;\r\n&lt;!-- Sftp --&gt;\r\n&lt;!-- Print --&gt;\r\n&lt;!-- Trash --&gt;\r\n\t\t&lt;type&gt;User&lt;\/type&gt;\r\n&lt;!-- Additional information required based on type --&gt;\r\n&lt;!--For Email value = the email address --&gt;\r\n&lt;!-- For Notify value = the email address --&gt;\r\n&lt;!-- For User value = username - -&gt;\r\n&lt;!-- For Notify User value = username  --&gt;\r\n&lt;!-- For Share value = network share folder--&gt;\r\n&lt;!-- For Sftp value = SFTP server --&gt;\r\n&lt;!-- For Print value = printer name --&gt;\r\n&lt;!-- For Trash  no value needed--&gt;\r\n\t\t&lt;value&gt;admin&lt;\/value&gt;\r\n\t&lt;\/destination&gt;\r\n&lt;\/default&gt;\r\n&lt;!-- Describes recipient routing--&gt;\r\n&lt;recipients&gt;\r\n\t&lt;recipient&gt;\r\n&lt;!--Recipient  extension number--&gt;\r\n&lt;!-- required: yes --&gt;\r\n&lt;!-- value: string --&gt;\r\n\t\t&lt;extension&gt;1234&lt;\/extension&gt;\r\n&lt;!-- Describes  recipient --&gt;\r\n&lt;!-- required: no --&gt;\r\n&lt;!-- default: \u201c\u201d --&gt;\r\n&lt;!-- value: string --&gt;\r\n\t\t&lt;description&gt;Yoda&lt;\/description&gt;\r\n\t\t&lt;destination&gt;\r\n&lt;!-- Describes destination option--&gt;\r\n&lt;!-- required: yes --&gt;\r\n&lt;!-- Can be one of: --&gt;\r\n&lt;!--Email --&gt;\r\n&lt;!--Notify  --&gt;\r\n&lt;!-- User  -&gt;\r\n&lt;!--Notify User  --&gt;\r\n&lt;!--Share --&gt;\r\n&lt;!-- Sftp --&gt;\r\n&lt;!-- Print --&gt;\r\n&lt;!-- Trash --&gt;\r\n\t\t\t&lt;type&gt;Email&lt;\/type&gt;\r\n&lt;!-- Additional information required based on type --&gt;\r\n&lt;!--For Email value = the email address --&gt;\r\n&lt;!-- For Notify value = the email address --&gt;\r\n&lt;!-- For User value = username - -&gt;\r\n&lt;!-- For Notify User value = username  --&gt;\r\n&lt;!-- For Share value = network share folder--&gt;\r\n&lt;!-- For Sftp value = SFTP server --&gt;\r\n&lt;!-- For Print value = printer name --&gt;\r\n&lt;!-- For Trash  no value needed--&gt;\r\n\t\t\t&lt;value&gt;test2@email&lt;\/value&gt;\r\n\t\t&lt;\/destination&gt;\r\n\t&lt;\/recipient&gt;\r\n&lt;\/recipients&gt;\r\n\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>FaxFinder 3.0.4 or higher only This element represents an inbound route. &lt;!&#8211; Describes global route destination&#8211;&gt; &lt;global&gt; &lt;destination&gt; &lt;!&#8211; Describes destination option&#8211;&gt; &lt;!&#8211; required: yes &#8211;&gt; &lt;!&#8211; Can be one of: &#8211;&gt; &lt;!&#8211;Email &#8211;&gt; &lt;!&#8211;Notify &#8211;&gt; &lt;!&#8211; User -&gt; &lt;!&#8211;Notify User &#8211;&gt; &lt;!&#8211;Share &#8211;&gt; &lt;!&#8211; Sftp &#8211;&gt; &lt;!&#8211; Print &#8211;&gt; &lt;type&gt;Email &lt;\/type&gt; &lt;!&#8211; Additional information [&hellip;]<\/p>\n","protected":false},"author":537,"featured_media":0,"parent":5419,"menu_order":29,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-5265","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/users\/537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/comments?post=5265"}],"version-history":[{"count":20,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5265\/revisions"}],"predecessor-version":[{"id":33709,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5265\/revisions\/33709"}],"up":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5419"}],"wp:attachment":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/media?parent=5265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}