appwrite / templates

Templates for Appwrite Functions ⚑️🌩️
https://appwrite.io
MIT License
121 stars 87 forks source link

πŸš€ Feature: Add WhatsApp with Vonage for Python #207

Closed gewenyu99 closed 1 year ago

gewenyu99 commented 1 year ago

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 the WhatsApp with Vonage function in Python. You can look at the existing Appwrite Functions Templates in another coding language.

Your function should behave and be implemented similarly to existing WhatsApp with Vonage Node.js template.

Tasks summary:

If you need any help, contact us on our Discord server.

Are you ready to work on this issue? πŸ€” Let us know, and we will assign it to you 😊

Happy Appwriting!

probablyArth commented 1 year ago

I'd like to work on this issue, please assign!

Haimantika commented 1 year ago

I'd like to work on this issue, please assign!

Hi @probablyArth have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest πŸŽƒ

Notes:

  1. Please update us with your progress every 3 days, so that we know that you are working on it.
  2. Join us on Discord - https://appwrite.io/discord to chat about Hacktoberfest and Appwrite!
dhaneshragu commented 1 year ago

Can u pls assign this to me

Haimantika commented 1 year ago

Can u pls assign this to me

Hi, we assign issues on first-come first-serve basis. If Arth is unresponsive, we will assign it to you.

probablyArth commented 1 year ago

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template

image

probablyArth commented 1 year ago

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template

image

There seem to be more issues with it, the function is receiving the webhook payload but not responding.

gewenyu99 commented 1 year ago

@loks0n @Meldiron πŸ‘€

loks0n commented 1 year ago

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template

image

Good spot! This is fixed now.

There seem to be more issues with it, the function is receiving the webhook payload but not responding.

Are you able to provide logs?

probablyArth commented 1 year ago

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template image

Good spot! This is fixed now.

There seem to be more issues with it, the function is receiving the webhook payload but not responding.

Are you able to provide logs?

No there were no logs and I didn't add any myself