examples icon indicating copy to clipboard operation
examples copied to clipboard

⚡ Write a sendMessage() Function using Deno #3953

Open Rinshin-Jalal opened this issue 1 year ago • 6 comments

Closes #3953

Description

According to the issue #3953 on appwrite,

I created a sample Deno Cloud Function for sending a message using a specific channel to a receiver

It can send mail (using mailgun), send discord messages (webhook), send a tweet, and send SMS (using Twilio)

Screenshots

1. Sending SMS

payload and response

SendMessage() trial SMS

message received

image

2. Sending Email

payload and response

image

email received

image

3. Tweet

payload and response

image

Tweeted

image

4. Sending Discord message

payload and response

image

message received image

Rinshin-Jalal avatar Oct 05 '22 07:10 Rinshin-Jalal