想要提升您的传真体验吗?了解我们的解决方案!
我们的销售团队已准备好为您提供进一步的帮助。
获取定制高容量计划的定价详情。
安排Fax.Plus演示。
探索您团队的使用案例。
在迁移过程中为您提供帮助。
请求访问沙盒

使用以开发人员为中心的 API、全面的文档和 SDK 将传真功能集成到您的应用程序、软件或系统中,使各种技能水平的开发人员都可以轻松使用。
通过 RESTful API 或 SDK发送和接收传真
通过详细的传送和错误代码实时跟踪传真状态。
直接通过 API购买和管理传真号码
使用webhook自动化工作流程以接收事件的实时通知
使用 OAuth 2.0 或个人访问令牌 (PAT)自定义访问权限
1const axios = require('axios');
2const OutboxApiFp = require('@alohi/faxplus-api').OutboxApiFp;
3const Configuration = require('@alohi/faxplus-api').Configuration;
4
5const config = new Configuration({
6 accessToken: accessToken,
7 basePath: 'https://restapi.fax.plus/v3',
8 // Header required only when using the OAuth2 token scheme
9 baseOptions: {
10 headers: {
11 "x-fax-clientid": clientId,
12 }
13 }
14});
15
16async function sendFax() {
17 const reqParams = {
18 "userId": '13d8z73c',
19 "payloadOutbox": {
20 "comment": {
21 "tags": [
22 "tag1",
23 "tag2"
24 ],
25 "text": "text comment"
26 },
27 "files": [
28 "filetosend.pdf"
29 ],
30 "from": "+12345667",
31 "options": {
32 "enhancement": true,
33 "retry": {
34 "count": 2,
35 "delay": 15
36 }
37 },
38 "send_time": "2000-01-01 01:02:03 +0000",
39 "to": [
40 "+12345688",
41 "+12345699"
42 ],
43 "return_ids": true
44 }
45 }
46 const req = await OutboxApiFp(config).sendFax(reqParams);
47 const resp = await req(axios);
48}
49
50sendFax()from faxplus import ApiClient, OutboxApi, OutboxComment, RetryOptions, OutboxOptions, OutboxCoverPage, PayloadOutbox
from faxplus.configuration import Configuration
outbox_comment = OutboxComment(tags=['tag1', 'tag2'],
text='text comment')
retry_options = RetryOptions(count=2, delay=15)
outbox_options = OutboxOptions(enhancement=True, retry=retry_options)
outbox_cover_page = OutboxCoverPage()
payload_outbox = PayloadOutbox(from='+12345667',
to=['+12345688', '+12345699'],
files=['filetosend.pdf'],
comment=outbox_comment,
options=outbox_options,
send_time='2000-01-01 01:02:03 +0000',
return_ids=True,
cover_page=outbox_cover_page)
conf = Configuration()
conf.access_token = access_token
# header_name and header_value required only when using the OAuth2 token scheme
api_client = ApiClient(header_name='x-fax-clientid', header_value=client_id, configuration=conf)
api = OutboxApi(api_client)
resp = api.send_fax(
user_id='13d8z73c',
body=payload_outbox
)<?php
require 'vendor/autoload.php';
$headers = array(
'Accept' => 'application/json',
'Authorization' => 'Bearer {access-token}',
// The x-fax-clientid header is required only when using the OAuth2 token scheme
'x-fax-clientid' => '{client ID}',
);
$client = new GuzzleHttp\Client();
// Define array of request body.
$request_body = ...; // See request body example
try {
$response = $client->request('POST','https://restapi.fax.plus/v3/accounts/{user_id}/outbox', array(
'headers' => $headers,
'json' => $request_body,
)
);
print_r($response->getBody()->getContents());
}
catch (GuzzleHttp\Exception\BadResponseException $e) {
// handle exception or api errors.
print_r($e->getMessage());
}
// ...package main
import (
"bytes"
"net/http"
)
func main() {
headers := map[string][]string{
// The x-fax-clientid header is required only when using the OAuth2 token scheme
"Content-Type": []string{"application/json"},
"Accept": []string{"application/json"},
"Authorization": []string{"Bearer {access-token}"},
"x-fax-clientid": []string{"YOUR CLIENT_ID"}
}
data := bytes.NewBuffer([]byte{jsonReq})
req, err := http.NewRequest("POST", "https://restapi.fax.plus/v3/accounts/{user_id}/outbox", data)
req.Header = headers
client := &http.Client{}
resp, err := client.Do(req)
// ...
}轻松收发全球传真,管理 Webhook 获取实时通知,并直接通过 API 购买传真号码。检索传真确认报告并添加封面,让您的沟通更具个性化。
将传真功能集成到任何应用环境中,无论是ERP、EHR、CRM、患者门户、移动应用程序还是云平台。利用 RESTful API 等开放标准和协议,实现跨不同系统的无缝集成。
确保您的传真准确、及时地送达,并保持高传输成功率。得益于自动纠错和强大的多云基础架构,可最大限度地减少失败尝试并提高可靠性。
采用全面的安全措施保护数据,包括强大的加密、严格的访问控制和实时威胁检测。灵活的跨区域数据驻留选项,确保合规性。
随着应用程序的增长,轻松扩展传真操作,在不影响性能的情况下处理不断增长的传真量。享受透明的定价,无任何隐藏费用,包括免费的 SIP 通话费用,从而实现项目预算和成本的精准管理。
通过 API 以编程方式购买、分配和管理传真号码。通过集中管理号码,轻松支持不同地区的团队和办公室,并随着组织的发展而扩展。
利用开发人员友好的资源,包括详细的 API 文档、SDK 和即用型代码示例。我们专业的支持团队和内部专业知识确保您能够自信地集成、排除故障并优化传真工作流程。
公司和团队信任Fax.Plus来发展他们的Business
所有 Alohi 服务始终如一、可靠的正常运行时间
各国使用Fax.Plus 日常的
Fax.Plus 通过将无与伦比的安全性与无与伦比的便利性相结合,彻底改变了 API 传真。
您发送和接收的每份传真都受到保护,确保您的信息受到保护和保密。
获取多个国家/地区的本地传真号码,以便在线发送和接收传真。
准备将您现有的传真号码转移到Fax.Plus ?我们简化了流程,只需填写迁移申请表即可开始。迁移期间无需停机,传真也能畅通无阻。
我们的销售团队已准备好为您提供进一步的帮助。
获取定制高容量计划的定价详情。
安排Fax.Plus演示。
探索您团队的使用案例。
在迁移过程中为您提供帮助。
请求访问沙盒