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

Webhooks & SAP Cloud application studio

solene_roques
Participant
0 Likes
3,582

Hello all,

I would like to integrate webhooks generated by an external application into ByDesign through SAP Cloud Application Studio (ByDesign or C4C). If anyone has already made it, could you give me an overview of what elements are needed please ?

My external application can generate html POST webhooks or SOAP webhooks. As far as I know, like the x-csrf-token is needed for POST OData action, my only option is to integrate SOAP webhooks.

Thanks for your help,

Best regards

View Entire Topic
VishnAndr
Active Contributor

Hi Solene,

What Jürgen and Saurabh suggested would work.

However, in C4C (unfortunately, I don't have access to ByDesign to confirm), there are ways you can go with OData without CSRF token.

Please check C4C OData documentation here:

https://github.com/SAP/C4CODATAAPIDEVGUIDE#csrf-token

And this blog post:

No need for CSRF token when calling C4C OData

Hope this helps.