Mensagia (Independent Publisher) v1.0 (#1234)

* Mensagia (Independent Publisher) v1.0

* Delete Mensagia directory

* Mensagia (Independent Publisher) v1.0

* Update apiDefinition.swagger.json

* Changed "Clave de API" to "apiKey"

By default, the Power Automate client generates the name of this key in the language of the device

* Delete settings.json

* Changed publisher name

* Changed the contact data

* Changed the publisher and added Stack Owner

* Changed the iconBrandColor

* More details in the Credentials section

* Changed iconBrandColor to #da3b01

* Changed unicode characters

* Changed apiProperties.json identation

* Update apiProperties.json

* Changed Identation
This commit is contained in:
AfriSR 2021-12-06 21:49:13 +01:00 коммит произвёл GitHub
Родитель 354b546235
Коммит b401f5e05e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 2407 добавлений и 0 удалений

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

@ -0,0 +1,39 @@
# Mensagia
Mensagia offer reliable SMS, Email and Voice for business automation communication.
## Publisher: Sistemes Informàtics ICON, S.L.
## Stack Owner: Sinergyne Global Communications, S.L.
## Prerequisites
You will need the following to proceed:
* A Mensagia "API Client" account created by an user type "Manager".
* Make sure you have enough balance in your Mensagia account.
## Obtaining Credentials
If you are a Manager user, you can create an sub-user "API Client" within the portal of your [Mensagia account](https://mensagia.com/dashboard). This step is essential to be able to obtain an API key that allows you to use this connector. [More info](https://mensagia.com/docs/tipos-de-usuarios/1039).
## Supported Operations
### Contacts
#### Create a Contact
Create a contact insise your Mensagia's account. [More info](https://api.mensagia.com/docs/v1#contactos-crear-un-contacto).
### SMS
#### Send SMS
Send an SMS to your contacts through your Mensagia account. [More info](https://api.mensagia.com/docs/v1#envios-sms-envio-simple).
#### Send SMS Campaigns
Send SMS Campaigns to your contacts through your Mensagia account. [More info](https://api.mensagia.com/docs/v1#envios-sms-envio-masivo-campanas).
### Email
#### Send Transactional Email
Send a Transactional email to your contacts using your custom templates from Mensagia. [More info](https://api.mensagia.com/docs/v1#email-envio-simple-transactional).
### Voice
#### Send Voice Message
Carry out Voice campaigns to telephone numbers in Spain. The recipients of the voice campaign can be: agendas, agendas and telephone numbers, or telephone numbers. [More info](https://api.mensagia.com/docs/v1#voz-campanas-de-voz).

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

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

@ -0,0 +1,25 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "Api Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [
"actions"
],
"publisher": "Sistemas Informaticos ICON, S.L.",
"stackOwner": "Sinergyne Global Communications, S.L."
}
}