You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
{% apiexample addresswhitelist POST https://api.sendgrid.com/api/filter.setup api_user=your_sendgrid_username&api_key=your_sendgrid_password&name=addresswhitelist&list[]=[email protected]&list[]=[email protected] %}
@@ -243,6 +243,7 @@ Footer
243
243
244
244
*API App Name - `footer`*
245
245
246
+
You must provide either text/html or text/plain, or both, to avoid receiving a "missing parameters" error.
246
247
247
248
{% parameters footer %}
248
249
{% parameter 'name' 'Yes' 'footer' 'The app for which to set or retrieve settings.' %}
@@ -273,6 +274,7 @@ Google Analytics
273
274
274
275
*API App Name - `ganalytics`*
275
276
277
+
At least one of the optional parameters needs to be passed to avoid a "missing parameters" error.
276
278
277
279
{% parameters ganalytics %}
278
280
{% parameter 'name' 'Yes' 'ganalytics' 'The app for which to set or retrieve settings.' %}
@@ -300,22 +302,6 @@ Google Analytics
300
302
301
303
* * * * *
302
304
303
-
{% anchor h2 %}
304
-
Gravatar
305
-
{% endanchor %}
306
-
307
-
*API App Name - `gravatar`*
308
-
309
-
* * * * *
310
-
311
-
{% anchor h2 %}
312
-
Open Tracking
313
-
{% endanchor %}
314
-
315
-
*API App Name - `opentrack`*
316
-
317
-
* * * * *
318
-
319
305
{% anchor h2 %}
320
306
SPAM Filter Checker
321
307
{% endanchor %}
@@ -325,12 +311,12 @@ SPAM Filter Checker
325
311
326
312
{% parameters spamcheck %}
327
313
{% parameter 'name' 'Yes' 'spamcheck' 'The app for which to set or retrieve settings.' %}
328
-
{% parameter 'maxscore' 'Yes' 'Emails with a spam score over this value will be considered spam and will not be delivered to the recipient. The default spam threshold is 5.0, but you can set this to any value you wish. We use SpamAssassin to process the spam checks for this filter, so you can base your maxscore setting on values typically used with SpamAssassin' '1.2' %}
314
+
{% parameter 'max_score' 'Yes' 'Emails with a spam score over this value will be considered spam and will not be delivered to the recipient. The default spam threshold is 5.0, but you can set this to any value you wish. We use SpamAssassin to process the spam checks for this filter, so you can base your maxscore setting on values typically used with SpamAssassin' '1.2' %}
329
315
{% parameter 'url' 'Yes' 'URL to post the email and a copy of the detailed SpamAssassin report describing why the email was designated as spam' 'https://www.example.com/spamcheck.php' %}
330
316
{% endparameters %}
331
317
332
318
333
-
{% apiexample spamcheck POST https://api.sendgrid.com/api/filter.setup api_user=your_sendgrid_username&api_key=your_sendgrid_password&name=eventnotify&maxscore=1.2&url=https://www.example.com/spamcheck.php %}
319
+
{% apiexample spamcheck POST https://api.sendgrid.com/api/filter.setup api_user=your_sendgrid_username&api_key=your_sendgrid_password&name=eventnotify&max_score=1.2&url=https://www.example.com/spamcheck.php %}
334
320
{% response json %}
335
321
{
336
322
"message": "success"
@@ -352,6 +338,7 @@ Subscription Tracking
352
338
353
339
*API App Name - `subscriptiontrack`*
354
340
341
+
You must pass at least one of the optional params in order to avoid the "missing parameter" error.
355
342
356
343
{% parameters subscriptiontrack %}
357
344
{% parameter 'name' 'Yes' 'subscriptiontrack' 'The app for which to set or retrieve settings.' %}
@@ -388,8 +375,8 @@ SendGrid for New Relic
388
375
389
376
{% parameters newrelic %}
390
377
{% parameter 'name' 'Yes' 'newrelic' 'The app for which to set or retrieve settings.' %}
391
-
{% parameter 'license_key' 'YES' 'Can be found in New Relic Settings page' %}
392
-
{% parameter 'enable_subusers' 'YES' 'false to disable, true to enable' %}
378
+
{% parameter 'license_key' 'Yes' 'Can be found in New Relic Settings page' %}
379
+
{% parameter 'enable_subusers' 'Yes' 'false to disable, true to enable' %}
393
380
{% endparameters %}
394
381
395
382
@@ -416,7 +403,7 @@ Sendwithus
416
403
417
404
{% parameters sendwithus %}
418
405
{% parameter 'name' 'Yes' 'sendwithus' 'The app for which to set or retrieve settings.' %}
419
-
{% parameter 'license_key' 'YES' 'Can be found in Sendwithus Settings page' %}
406
+
{% parameter 'license_key' 'Yes' 'Can be found in Sendwithus Settings page' %}
0 commit comments