cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Build Workzone Notifications: HTTP 500 - Failed to create notification

thomasnelissen
Participant
0 Kudos
915

Hi all

I am trying to create user notifications on my Launchpad site one SAP Build Workzone (standard edition).

I've used these guides to generate the notification endpoint, credentials, destination & template.

https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/enab...

https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/deve...

When trying to create a notification I get a HTTP 500:

POST https://notifications.cfapps.eu10.hana.ondemand.com/v2/Notification.svc/Notifications

{ "NotificationTypeKey": "Test", "NotificationTypeVersion": "0.3", "Priority": "High", "Recipients": [ { "RecipientId": "nelisth@cronos.be" } ]}

Response 500:

{ "error": { "code": "500", "message": { "lang": "en", "value": "Failed to create notification" } }}

Any clues would be very helpful!

Accepted Solutions (0)

Answers (3)

Answers (3)

thomasnelissen
Participant

Hi Pavan

It's been a while, but I believe our issue was caused by the notification template.

We did not have any actions in our notification template, so we did not pass the actions property. When we provided an empty "actions" array to the API call, our issue was resolved.

https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/deve...

Pavansj
Explorer
0 Kudos

any clue ? we are still having issues with the notification service.

VikashBKumar
Discoverer
0 Kudos

Is it resolved?, I am also getting same error.