Open Oluwafemisire opened 1 year ago
The function itself looks fine to me.
However, it is meant for the older version of Open Runtimes. @gewenyu99 would it be better to make this for the new runtimes?
The function itself looks fine to me.
However, it is meant for the older version of Open Runtimes. @gewenyu99 would it be better to make this for the new runtimes?
This repo is the old runtime repo. We can keep for legacy purposes. We'll find a way to deprecate this repo in the future, up to @Meldiron .
Hello @adityaoberai. I have made the requested changes. Thank you.
@adityaoberai @gewenyu99 Please what is left of this project.
@gyamposudodzi We actually don't use this repo, or legacy V2 functions anymore.
Appwrite functions V3 has new syntax and new runtimes, so this won't be compatible with the new functions.
We really appreciate your contribution ❤️ We're sorry about the deprecation.
Description
This pull request introduces the sendmessage function to the openruntimes/examples repository using the .NET framework. The goal is to provide users and developers with a customizable cloud function that helps send messages via email, sms, discord or twitter. This function further expands the openruntimes/examples repository.
Issue
Functionality created
This function enables users send message to various channels namely, email, twitter, discord, and sms.
Additional notes
The send twitter functionality makes use of a library that is association with the twitter v1.1 api endpoints. This would mean for a tweet to be sent the user needs certain access(via a paid subscription).
Screenshots