Parse Settings
このエンドポイントを含むWeb API v2の機能は、2025年2月に提供を終了します。
今後はWeb API v3をご利用ください。
Parse WebhookについてはInbound Parse Webhookを参照してください。
Get Current Settings
URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
task | Yes | get を指定します |
Parse設定を取得します |
user | Yes | 親アカウント配下に登録されているサブユーザ | 設定を取得するサブユーザ |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.json
|
POST Data |
api_user=apikey&
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.xml
|
POST Data |
api_user=apikey&
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Create New Entry
URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
task | Yes | set を指定します |
Parse設定を行います |
user | Yes | 親アカウント配下に登録されているサブユーザ | 更新対象のサブユーザ |
hostname | Yes | 255文字以内 | メールを受信するドメイン名。MXレコードが設定されている必要があります。 |
url | Yes | 適切なPOST先URL | パース後のPOST先URL |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.json
|
POST Data |
api_user=apikey&
|
Response
1 2 3 |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.xml
|
POST Data |
api_user=apikey&
|
Response
1 2 3 |
|
Edit Entry
URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
task | Yes | update を指定します |
Parse設定の編集を行います |
user | Yes | 親アカウント配下に登録されているサブユーザ | 更新対象のサブユーザ |
hostname | Yes | 255文字以内 | 更新対象のホスト名 |
url | Yes | 適切なPOST先URL | パース後のPOST先URL |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.json
|
POST Data |
api_user=apikey&
|
Response
1 2 3 |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.xml
|
POST Data |
api_user=apikey&
|
Response
1 2 3 |
|
Delete Entry
URI引数 | 必須 | 条件 | 説明 |
---|---|---|---|
task | Yes | delete を指定します |
Parse設定を行います |
user | Yes | 親アカウント配下に登録されているサブユーザ | 削除対象のサブユーザ |
hostname | Yes | 作成済みのホスト名 | 削除対象のホスト名 |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.json
|
POST Data |
api_user=apikey&
|
Response
1 2 3 |
|
Call
POST |
https://api.sendgrid.com/apiv2/customer.parse.xml
|
POST Data |
api_user=apikey&
|
Response
1 2 3 |
|