Links
Link Whitelabel
Link Whitelabel設定はサブドメインとドメインから構成されます。これらは、メール内リンクのドメインを書き換えるのに使用されます。ユーザはリンクのドメイン書き換え、およびユーザがそのドメインのオーナーであることを示すために、いくつかのCNAMEレコードを作成するよう求められます。List all Links [GET]
Link Whitelabel設定一覧の取得Request
1
|
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|
Create a Link [POST]
Link Whitelabel設定の作成Link Whitelabel設定は最大3000まで作成可能です。
Body引数 | 必須 | 条件 | 説明 |
---|---|---|---|
domain | Yes | string | Whitelabel設定のためのドメイン名. Example: example.com |
subdomain | Yes | string | Whitelabel設定のためのサブドメイン名. Example: mail |
default | No | boolean | 送信者のドメイン名がLink Whitelabel設定のドメインと一致しない場合にデフォルトWhitelabelとして使用するか否かを指定します. Example: true |
Request
1
|
|
1 2 3 4 5 |
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Retrieve a Link [GET]
Link Whitelabel設定の取得URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
ID | Yes | integer | Link Whitelabel設定のID Example: 1234 |
Request
1
|
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Update a Link [PATCH]
Link Whitelabel設定の更新URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
ID | Yes | integer | Link Whitelabel設定のID Example: 1234 |
Request
1
|
|
1 2 3 |
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Delete a Link [DELETE]
Link Whitelabel設定の削除URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
ID | Yes | integer | Link Whitelabel設定のID Example: 1234 |
Request
1
|
|
Response
1
|
|
- "default"としてマークされた確認(validated)済みのLink Whitelabel設定
- レガシーLink Whitelabel(旧Whitelabel Wizardで作成されたもの)
- SendGridのデフォルトLink Whitelabel設定(i.e. 100.ct.sendgrid.net)
Default Link [GET]
デフォルトLink Whitelabel設定の取得URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
domain | No | string | Link Whitelabel設定のドメインにマッチする送信者ドメイン. |
Request
1
|
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Validate a Link [POST]
Link Whitelabel設定の確認Request
1
|
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Request
1
|
|
Response
1 2 3 4 5 6 7 8 |
|
List Associated Link [GET]
関連するLink Whitelabel設定の一覧取得URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
username | Yes | string | Link Whitelabel設定に割り当てられているサブユーザのユーザ名. |
Request
1
|
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Disassociate Link [DELETE]
Link Whitelabel設定のサブユーザへの割り当て解除URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
username | Yes | string | Link Whitelabel設定に割り当てられているサブユーザのユーザ名. |
Request
1
|
|
Response
1
|
|
Associate Link [POST]
Link Whitelabel設定のサブユーザへの割り当てURI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
link_id | Yes | string | サブユーザに割り当てるLink Whitelabel設定のID |
Body引数 | 必須 | 条件 | 説明 |
---|---|---|---|
username | Yes | string | Link Whitelabel設定と関連付けるサブユーザのユーザ名. Example: janeexampexample@example.com |
Request
1
|
|
1 2 3 |
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|