ファックス機能の向上をお考えですか? 当社のソリューションをご覧ください!
弊社の営業チームがさらなるサポートを提供いたします。
カスタムの大容量プランの価格詳細を取得してください。
Fax.Plusのデモをスケジュールする。
チームのためのユースケースを探る。
移行プロセスをお手伝いします。
サンドボックスへのアクセスリクエスト
Fax.Plus 強力でありながら使いやすいプログラム可能な FAX API は、Javascript、Node.JS、Ruby、Python、Java などのさまざまな開発プラットフォームで動作します。API にアクセスし、OAuth 2.0 フローまたは個人アクセス トークン (PAT) のいずれかを初期認証フローとして使用して、FAX 機能をアプリケーション、ソフトウェア、またはシステムに統合し始めます。
RESTful API、Webhook 統合などを使用して効率的な FAX ソリューションを構築するための API ドキュメントをご覧ください。
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()
faxplusからApiClient、OutboxApi、OutboxComment、RetryOptions、OutboxOptions、OutboxCoverPage、PayloadOutboxをインポートします。 faxplus.configurationからConfigurationをインポートします。outbox_comment = OutboxComment(tags=[ 'tag1' , 'tag2' ], text= 'テキストコメント' ) 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 と header_value は OAuth2 トークン スキームを使用する場合にのみ必要です
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)
// ...
}
ERP、CRM、レガシー システム、クラウド プラットフォームなど、あらゆるアプリケーション環境にファックス機能を統合します。RESTful API などのオープン スタンダードとプロトコルを活用して、さまざまなシステム間でシームレスに統合します。
高い送信成功率で、ファックスが正確かつ迅速に配信されることを保証します。自動エラー修正と堅牢なマルチクラウド インフラストラクチャのメリットにより、失敗を最小限に抑え、信頼性を高めることができます。
強力な暗号化、厳格なアクセス制御、リアルタイムの脅威検出、定期的な侵入テストなどの包括的なセキュリティ対策でデータを保護します。
アプリケーションの成長に合わせてファックス操作を簡単に拡張し、パフォーマンスを犠牲にすることなく増加したボリュームを処理できます。SIP 通話料金など、隠れた料金のない透明な価格設定により、プロジェクトの正確な予算編成とコスト管理が可能になります。
世界中で簡単にファックスを送受信し、リアルタイム通知用の Webhook を管理し、API 経由で直接ファックス番号を購入できます。詳細なファックス確認レポートを取得し、カスタマイズ可能なカバー ページを追加して、コミュニケーションをパーソナライズします。
開発者中心の API、包括的なドキュメント、一般的なプログラミング言語の SDK を使用して、ファックス機能を迅速かつ効率的に統合し、あらゆるスキル レベルの開発者が簡単にアクセスできるようにします。
弊社の営業チームがさらなるサポートを提供いたします。
カスタムの大容量プランの価格詳細を取得してください。
Fax.Plusのデモをスケジュールする。
チームのためのユースケースを探る。
移行プロセスをお手伝いします。
サンドボックスへのアクセスリクエスト