2017-06-13 12 views
0

SendGrid APIには、X-SMTPAPIカスタムヘッダーフィールドに大きなJSONが必要です。 どうすれば&を郵便配達で編集できますか?Postmanのヘッダーに大きなJSONオブジェクトを追加するにはどうすればよいですか?

例えば:

{ 
    "to": [ 
    "[email protected]", 
    "[email protected]" 
    ], 
    "sub": { 
    "%name%": [ 
     "Ben", 
     "Joe" 
    ], 
    "%role%": [ 
     "%sellerSection%", 
     "%buyerSection%" 
    ] 
    }, 
    "section": { 
    "%sellerSection%": "Seller information for: %name%", 
    "%buyerSection%": "Buyer information for: %name%" 
    }, 
    "category": [ 
    "Orders" 
    ] 
} 

答えて

1

こんにちは、それを行うのは東でなければなりません。スクリーンショットに示すように、郵便配達人のヘッダーリクエストを変更してください。

Screenshot of header

関連する問題