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

⚑ Write a sendMessage() Function using .NET #4037

Closed
1 of 4 tasks
christyjacob4 opened this issue Sep 29, 2022 · 11 comments Β· May be fixed by open-runtimes/examples#176
Closed
1 of 4 tasks

⚑ Write a sendMessage() Function using .NET #4037

christyjacob4 opened this issue Sep 29, 2022 · 11 comments Β· May be fixed by open-runtimes/examples#176
Assignees
Labels
good first issue Good for newcomers product / functions Fixes and upgrades for the Appwrite Functions.

Comments

@christyjacob4
Copy link
Member

christyjacob4 commented Sep 29, 2022

πŸ’­Β Introduction

Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code 🀩 You can learn more in our official Appwrite Functions docs.

The backbone of Appwrite Functions is Open Runtimes, an environment for serverless cloud computing. Since all Open Runtime functions are valid Appwrite functions, we are looking for contributors to extend the Open Runtimes Examples repository.

Your task is to implement sendMessage() function using .NET. Please make sure to look at existing function examples and use them as a template for your function. This will help you keep the proper structure as well as provide information on how to test the function.

⚑ Function Details

The function must send a message using a specific channel to a receiver. Make sure to introduce function variables as necessary regarding connection to 3rd party services. Supported channels must be Email, SMS, Discord, and Twitter.

Example function payload:

{"type":"SMS","receiver":"+123456789","message":"Programming is fun!"}

Successful function response:

{"success":true}

Error function response:

{"success":false,"message":"Receiver not in correct format."}

🎯 Requirements

  • Experience with Appwrite.
  • Experience with .NET.
  • Knowledge to implement sendMessage function.
  • Experience with Docker.

βœ…Β Task Summary

  • Ask to be assigned to the issue.
  • Implement function sendMessage() in .NET/ folder.
  • Manually execute the newly implemented function to ensure it works.
  • Submit a pull request in open-runtimes/examples and include screenshots of successful execution.

If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.

Happy Appwriting!

@Meldiron Meldiron added good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! product / functions Fixes and upgrades for the Appwrite Functions. feature labels Oct 1, 2022
@vishnus17
Copy link

Hi @christyjacob4. I would like to work on this issue. Can you assign it to me?
Thanks.

@stnguyen90
Copy link
Contributor

@vishnus17, thanks for your interest! πŸ™ Happy hacking!

@Kaushalrr006
Copy link

I am interested in this task please assign me THIS TASK

@vishnus17
Copy link

Hi @Kaushalrr006 . I'm working on this task and have already completed a few parts. I was off due to my exams and will continue it this week.
Thanks.

@stnguyen90
Copy link
Contributor

@vishnus17 are you still working on this or should we unassign you?

@stnguyen90 stnguyen90 removed the hacktoberfest Issues that can win you some cool swags! label Nov 7, 2022
@vishnus17
Copy link

Hi @stnguyen90 . Sorry about it. I had previously completed the function for Email and its testing. I was completely off due to my college and internship busy schedule. You may unassign me as I'm having my final exams coming up next week.
I will take up issues once I'm free.
Thanks.

@Muasya0254
Copy link

Muasya0254 commented Jul 9, 2023

Hi @Haimantika .I'm working on this.

@Oluwafemisire
Copy link

Hi @Haimantika. I will be working on this issue with @Muasya0254 @gyamposudodzi.

@Haimantika
Copy link
Contributor

Hi, @Muasya0254 and @Oluwafemisire I am assigning this issue to both of you.

@gyamposudodzi
Copy link

Hi @Haimantika I was also assigned this project under code-day, worked on the project with @Muasya0254 and @Oluwafemisire hope you add me to the assignees later if it is really needed

@eldadfux
Copy link
Member

Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers product / functions Fixes and upgrades for the Appwrite Functions.
Projects
None yet
10 participants