Skip to main content
Question

Push Notification to Google Space Webhook


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?

5 replies

rcreasy
Varsity I
Forum|alt.badge.img
  • Author
  • Varsity I
  • 73 replies
  • 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

@rcreasy Can you please share JSON format.


rcreasy
Varsity I
Forum|alt.badge.img
  • Author
  • Varsity I
  • 73 replies
  • 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

@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
  • 73 replies
  • February 21, 2025
ranjithduraisamy72 wrote:

@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)


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings