-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
β‘ Write a sendMessage() Function using .NET #4037
Comments
Hi @christyjacob4. I would like to work on this issue. Can you assign it to me? |
@vishnus17, thanks for your interest! π Happy hacking! |
I am interested in this task please assign me THIS TASK |
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. |
@vishnus17 are you still working on this or should we unassign you? |
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. |
Hi @Haimantika .I'm working on this. |
Hi @Haimantika. I will be working on this issue with @Muasya0254 @gyamposudodzi. |
Hi, @Muasya0254 and @Oluwafemisire I am assigning this issue to both of you. |
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 |
Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23. |
πΒ 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
, andTwitter
.Example function payload:
Successful function response:
Error function response:
π―Β Requirements
β Β Task Summary
sendMessage()
in.NET/
folder.If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: