-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47c4466
commit dc9f483
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: "Clockwork Send SMS" | ||
description: "Send an SMS using Clockwork" | ||
author: "Bharathvaj Ganesan <bharathvaj1995@gmail.com>" | ||
branding: | ||
icon: "send" | ||
color: "green" | ||
inputs: | ||
to: | ||
description: "The number to send SMS to" | ||
required: true | ||
content: | ||
description: "The message content to send" | ||
required: true | ||
runs: | ||
using: "node12" | ||
main: "index.js" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters