cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Field Service Management - Save Webhook HTTP Status response code

samot
Participant
0 Likes
914

Hi, I would like to know if it's possible to obtain the HTTP Status response code, like "201 Created" in the Webhook Action of an Business Rule and send it somewhere else?(Our current problem is that the Response Variable contains only body of the response.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

christian_hauck
Advisor
Advisor

Hi Tomas, I have to say this is not possible.
It would have to be implemented.
In case you would like to request it, you could submit a development request via SAP Customer Influence.

Answers (2)

Answers (2)

christian_hauck
Advisor
Advisor
0 Likes

Hi Tomas,

such a response code only would be returned or make sense in case there is a success status code (2xx)

If there is an error code returned by the webhook action, the business rule execution fails.

samot
Participant
0 Likes

Hi Christian, we have thought so, but wanted confirmation, if we haven't missed something. So thanks for that. We will create such request because it's pretty essential for the error handling of the integrations.

Thank you.