- アプリケーションサーバー: ColdFusion 11 & Lucee
- OS: Windows 2012
再サブスクライブするユーザーのために sendgrid API を呼び出そうとしています。添付のコードとエラー スクリーン ショットを見つけてください。
コード:
<cfhttp url="https://api.sendgrid.com/api/stats.getAdvanced.json" method="POST" result="returnStruct">
<cfhttpparam name="api_user" value="myAccountUserName" type="formfield">
<cfhttpparam name="api_key" value="mykeyExAmPlE" type="formfield">