examples icon indicating copy to clipboard operation
examples copied to clipboard

Feat 3960 kotlin send message function

Open ArtP1 opened this issue 1 year ago • 0 comments

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

  • [x] Ask to be assigned to the issue.
  • [x] Implement function sendMessage() in Kotlin/ folder.
  • [x] Manually execute the newly implemented function to ensure it works.
  • [x] Submit a pull request in open-runtimes/examples and include screenshots of successful execution.

ArtP1 avatar Jul 13 '23 02:07 ArtP1