Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement InfoBip SMS Webhook Receiver #39

Open
tsutomi opened this issue Apr 30, 2023 · 0 comments
Open

Implement InfoBip SMS Webhook Receiver #39

tsutomi opened this issue Apr 30, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tsutomi
Copy link
Member

tsutomi commented Apr 30, 2023

Create a new webhook receiver implementation in Deveel.Webhooks for receiving SMS delivery reports from the InfoBip SMS provider. The implementation should conform to the Deveel.Webhooks receiver API and should be able to receive, parse and store delivery reports from the InfoBip service.

The receiver should implement the following features:

  • Parse and validate the incoming webhook requests from the InfoBip service.
  • Map the incoming webhook data to a strongly-typed C# object that can be used to represent the delivery report.
  • Store the delivery report data to a database or another type of persistence mechanism.
  • The implementation should also include relevant tests for ensuring the correctness of the implementation.

Expected Skills

  • C# programming language
  • ASP.NET Core web development
  • Experience working with webhooks and API integrations
  • Familiarity with InfoBip SMS API and documentation is a plus

Additional Information

Please feel free to ask any questions if you need more information.

@tsutomi tsutomi added enhancement New feature or request good first issue Good for newcomers labels Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant