79516262

Date: 2025-03-18 04:06:03
Score: 2
Natty:
Report link

UrlFetchApp.fetch does not have a body property, instead I needed to use payload

body: JSON.stringify(data)

modified to

payload: JSON.stringify(data)

resolved the issue.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sam WB