Webhook is an API concept that is becoming increasingly popular. More and more of what we do on the web can be described by events. Webhooks are an incredibly useful and easy way to conduct reactions to certain events of our choice. A specific example that we will cover in this post is “Sending notifications in the form of messages to the Slack channel and Discord server”.
Read MoreAuthor: Vladimir Đurović
How to Add Custom CLI Commands in Magento 2
The Command Line Interface (CLI) is a powerful tool that can greatly facilitate the development, use, or maintenance of the Magento 2 platform. In this article, you can find everything about creating and using custom Magento 2 CLI commands.
Read MoreAdvanced Logging of the Magento 2 Services
Everything you need to know about the advanced logging of the Magento 2 services. Modify a file that handles all M2 API calls. Also, learn how to log the requests in a custom log file.
Read More