open-runtimes / examples

Function examples for open-runtimes
MIT License
72 stars 123 forks source link

Feat 3960 kotlin send message function #157

Open ArtP1 opened 1 year ago

ArtP1 commented 1 year ago

Co-authored by @jamesrcramos & @softTam

What does this PR do?

This PR adds a new Kotlin cloud function, called sendMessage(), to the Open Runtimes Examples repository.

The features will include:

  1. The ability to send messages to a recipient using Email, SMS, Discord, and Twitter.

Test Plan

Manual executions using cURL commands:

  1. SMS Twillio cURL SMS

  2. Mail Mail cURL Mail

  3. Discord Discord cURL Discord

  4. Twitter Twitter cURL Twitter

Related PRs and Issues

⚡ Write a sendMessage() Function using Kotlin #3960

Checklist