cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data to an external web service?

0 Kudos

Hi everyone, I'm looking for a way to send data from my own BO to an external web service. I would like to do this through an action after clicking a button on the QA screen. Is it possible to create a .JSON file structure in .absl code and then expose the data to the outside in this form?

Accepted Solutions (0)

Answers (2)

Answers (2)

may_thitsaoo
Contributor
VishnAndr
Active Contributor
0 Kudos

You definitely can go through the blogs mentioned by May.

However, at the end, you would need to work with strings, their concatenations and replacements if you'd like to send the data in json format.