我正在使用 SoftLayer APISoftLayer_Network_Message_Delivery_Email_Sendgrid
向我的 Slack 频道发送电子邮件。
我有时会从安静中得到 API 响应代码 500。我正在发布我在下面收到的错误消息
{“错误”:“超出最大信用”,“代码”:“SoftLayer_Exception_Network_Message_Delivery_Email_Sendgrid_Api_Error”}500
我用来发送电子邮件的代码如下:
curl -w %{http_code} -v -H "Content-Type: application/json" -d '{"parameters": [{ "body": "body","containsHtml": false,"from": "no-reply@noreply.com","subject": "Problem with system backup!", "to": "<EmailID/Slack ID>"}]}' 'https://<username>:<API Key>@api.service.softlayer.com/rest/v3/SoftLayer_Network_Message_Delivery_Email_Sendgrid/57084/sendEmail.json'
我还想了解上面 URL 中的 57084 是什么