Skip to main content
Cadet | Tier 2
August 24, 2026

REST Web Services POST request - no response payload is being returned

  • August 24, 2026
  • 4 replies
  • 14 views

The REST Web Services POST request successfully creates the event in Google Calendar; however, no response payload is being returned, and the Body output variable remains blank.

    4 replies

    Aaron.Gleason
    Automation Anywhere Team
    Automation Anywhere Team
    August 24, 2026

    @neeraj attri Google’s APIs are… well, picky. Any missed parameters or anything will cause it to fail. Just check, double check, and triple check everything. Make sure your input variables have the expected values.

    Cadet | Tier 2
    August 24, 2026

    thanks Aaron, sure let me check again!

    Cadet | Tier 2
    August 24, 2026

    I’ve reviewed the configuration multiple times and everything appears to be correct. In fact, when I use the exact same values and configuration in another developer's API task, the response payload is returned successfully. However, in my case, the response remains blank.

    The OAuth connection is active, and I also refreshed/re-authorized the connection before executing the API task. Despite the event being created successfully in Google Calendar, the response body is not being returned.

    Aaron.Gleason
    Automation Anywhere Team
    Automation Anywhere Team
    August 24, 2026

    @neeraj attri It’s super hard to troubleshoot this as the problem is on the Google side of things… or that we’re not sending the right data to Google.