This commit is contained in:
Troy Taylor 2023-04-28 14:57:46 -04:00 коммит произвёл GitHub
Родитель 80affaa40c
Коммит 1d85506958
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1161 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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
MessageBirds 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.