Skip to main content
Question

Push Notification to Google Space Webhook

  • February 6, 2025
  • 6 replies
  • 79 views

rcreasy
Varsity I
Forum|alt.badge.img

Hi All,

I am trying to set up a push notification to a Google Space webhook. I get an error that the format is incorrect - the error is generated from Google. Google does not like the format of the JSON that is sent.

Does anyone know how to customize the JSON?

6 replies

rcreasy
Varsity I
Forum|alt.badge.img
  • Author
  • Varsity I
  • February 21, 2025

I am still trying to resolve this issue.
Has anyone successfully sent push notifications to a Google Space webhook?


Forum|alt.badge.img+2

@rcreasy Can you please share JSON format.


rcreasy
Varsity I
Forum|alt.badge.img
  • Author
  • Varsity I
  • February 21, 2025

@ranjithduraisamy72 
The Google webhook expects:

    Headers { 'Content-Type': 'application/json; charset=UTF-8'}

    Body {'text' : '[message]'}


I am not sure what Acumatica sends, if that is what you mean….


Forum|alt.badge.img+2

@rcreasy Can you please try the one which is below

{
  "headers": {
    "Content-Type": "application/json; charset=UTF-8"
  },
  "body": {
    "text": "[message]"
  }
}


rcreasy
Varsity I
Forum|alt.badge.img
  • Author
  • Varsity I
  • February 21, 2025

@rcreasy Can you please try the one which is below

{
  "headers": {
    "Content-Type": "application/json; charset=UTF-8"
  },
  "body": {
    "text": "[message]"
  }
}

@ranjithduraisamy72  Where do I customize the JSON in Acumatica? (that was the original question)


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • May 27, 2025

Hi ​@rcreasy were you able to find a solution? Thank you!