I want to extend a Magento 2 application with communication to a remote webservice.
The requirement is simple: When Productdata gets updated, I want to send a request to a webservice. Depending on the result of the request, I want to update a custom field of the product.
I just don't know how to get this started. Do I need to build a module? Do I need to configure a integration? Is it both?
Thanks!