Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.08 KB

readme.md

File metadata and controls

40 lines (29 loc) · 1.08 KB

TCI Nexmo Extension

License: MIT

first draft Version with just a SMS sender using Nexmo API.

Please create your own Access Key on Nexmo (https://www.nexmo.com) to enter into the Activity Details. A TCI Connector is planed for later.

Activities

available Activities so far

SMS Sender

Sample SMS smartphone Screen,

Nexmo SMS image

Input

  • apiKey string
  • apiSecret string
  • FromPhonenumber string
  • ToPhonenumber string
  • SMStext string

Hint: Sender is working as well if you specify only a String as FromPhonenumber e.g. 'TIBCO Casemanagement'.

Output

  • send bool json:"send"

Sample Input Data your Nexmo Account Data for apiKey and apiSecret +49171.... "some text ..."

Sample Output Data

json: {"send":true}


Note: more TCI Extensions can be found here: https://tibcosoftware.github.io/tci-awesome/