Add files via upload
This commit is contained in:
Родитель
80affaa40c
Коммит
1d85506958
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"properties": {
|
||||
"connectionParameters": {
|
||||
"api_key": {
|
||||
"type": "securestring",
|
||||
"uiDefinition": {
|
||||
"displayName": "Access Key (in the form \"AccessKey yourAccessKey\")",
|
||||
"description": "The Access Key (in the form \"AccessKey yourAccessKey\") for this api",
|
||||
"tooltip": "Provide your Access Key (in the form \"AccessKey yourAccessKey\")",
|
||||
"constraints": {
|
||||
"tabIndex": 2,
|
||||
"clearText": false,
|
||||
"required": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconBrandColor": "#da3b01",
|
||||
"capabilities": [],
|
||||
"publisher": "Troy Taylor",
|
||||
"stackOwner": "MesssageBird"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
# MessageBird SMS
|
||||
MessageBird’s SMS service allows you to send and receive SMS messages to and from any country in the world.
|
||||
|
||||
## Publisher: Troy Taylor, Hitachi Solutions
|
||||
|
||||
## Prerequisites
|
||||
You will need to sign up for an account with [MessageBird](https://dashboard.messagebird.com/sign-up). You will also need to verify a mobile telephone number.
|
||||
|
||||
## Obtaining Credentials
|
||||
Once your number has been verified, you can go to the dashboard to retrieve your API keys for both testing and live usage.
|
||||
|
||||
## Supported Operations
|
||||
### List messages
|
||||
Retrieve a list of all inbound and outbound SMS messages.
|
||||
### Send SMS
|
||||
Create and send a SMS message.
|
||||
### View a message
|
||||
Retrieve the information of an existing inbound or outbound SMS message.
|
||||
### Send a batch SMS
|
||||
Sends a batch of SMS messages.
|
||||
|
||||
## Known Issues and Limitations
|
||||
There are no known issues at this time.
|
Загрузка…
Ссылка в новой задаче