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 sendMessageBirdVoiceMessage() Appwrite Function ⚡ #1893

Closed
6 tasks
Meldiron opened this issue Oct 5, 2021 · 17 comments
Closed
6 tasks

Implement sendMessageBirdVoiceMessage() Appwrite Function ⚡ #1893

Meldiron opened this issue Oct 5, 2021 · 17 comments
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags!

Comments

@Meldiron
Copy link
Contributor

Meldiron commented Oct 5, 2021

Introduction

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

Your task is to implement sendMessageBirdVoiceMessage function. You can look at the existing Appwrite Functions demo in the coding language you prefer to see how it works.

This function should take phoneNumber and text as input, send request to make a call using MessageBird Voice Messaging API and provide status as an input (if the call was successfully created).

Please make sure to store all configurable parameters as environment variables, so others can start using your script without having to edit it. If some data is different for each execution, make sure to use APPWRITE_FUNCTION_EVENT_DATA or APPWRITE_FUNCTION_DATA environment variable.

Tasks summary:

  • Fork & clone Appwrite's demos-for-function repository
  • Create feat-implement-send-message-bird-voice-msg-X branch where X is programming language you used
  • Write code for the function in folder X/send-message-bird-voice-msg/ where X is programming language you used
  • Test the function using Appwrite
  • Write a README.md explaining what function does, how to use and customize it. Here is an example.
  • Submit pull request to our demos-for-function repository

If you need any help, reach out to us on our Discord server.

Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊 There are 9 languages in which you can implement this function. When requesting to be assigned, please mention which language would you like to use.

Assignees table

✅ = Done - This language has already been finished
⚒ = In progress - Someone is already working on this language
❌ = Unassigned yet - This language can be assigned to you

Function / Language Deno NodeJS PHP Python Ruby Dart .NET Java Kotlin
sendMessageBirdVoiceMessage ⚒️ JubayerJoy ⚒ ayodejiAA ⚒️ ayodejiAA ⚒ siddhantdixit ⚒ pr0grammm ⚒ PexWork ⚒️ Ansh Ganatra ⚒️ Amnx404

Happy Appwriting!

@Meldiron Meldiron added good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! labels Oct 5, 2021
@siddhantdixit
Copy link

Can u assign python to me?

@ayodejiAA
Copy link

Can you please assign Node.js to me?

@Meldiron
Copy link
Contributor Author

Meldiron commented Oct 5, 2021

@siddhantdixit Assigned it to you! All the best 🚀

@Meldiron
Copy link
Contributor Author

Meldiron commented Oct 5, 2021

@ayodejiAA Assigned it to you! Good luck 🚀

@anshganatra
Copy link

I'd like to work on the Java Implementation for this

@ayodejiAA
Copy link

I will take PHP.

@lohanidamodar
Copy link
Member

@ayodejiAA @anshganatra assigned to you. All the best 🚀

@Amnx404
Copy link

Amnx404 commented Oct 8, 2021

Hey can you assign me KotLin

@Meldiron
Copy link
Contributor Author

Meldiron commented Oct 8, 2021

@Amnx404 Assigned it to you! All the best 🚀

@JubayerJoy
Copy link

Hi @Meldiron @lohanidamodar, want to work on Deno implementation
cheers.

@lohanidamodar
Copy link
Member

@JubayerJoy assigned to you. All the best 🚀

@PexWork
Copy link

PexWork commented Oct 21, 2021

Can i do net5 ?

@Meldiron
Copy link
Contributor Author

@PexWork Assigned it to you! All the best 🚀

@ditsuke
Copy link

ditsuke commented Oct 22, 2021

Hi, can I have a go at this with Dart?

@pr0grammm
Copy link

I would like to have a go at this with Ruby please

@PineappleIOnic
Copy link
Member

@pr0grammm Assigned you to ruby, have fun!

@christyjacob4
Copy link
Member

This issue has been resolved! 🥳 Thank you all so much for participating in Hacktoberfest 2021! We can't wait to welcome you all during HF 2022! Stay tuned for a lot more amazing issues from the Appwrite team!

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 hacktoberfest Issues that can win you some cool swags!
Projects
None yet
Development

No branches or pull requests