Open palashjhabak opened 3 years ago
when we set the URL of the webhook we provide which APIend handles requests, now this specified URL address will get JSON objects. This APIend must be defined in our application to process incoming requests
Yes. so we should use Asp.net core 5.0 Web API project template for this. When you create the project using this template it will create a default Controller and Model which can be the starting point.
@disha-2401 Do you want me to create a starting project and push or will you do it?
@disha-2401 Do you want me to create a starting project and push or will you do it? I'll do it
when we set the URL of the webhook we provide which APIend handles requests, now this specified URL address will get JSON objects. This APIend must be defined in our application to process incoming requests