ClickSend
This is the ClickSend integration for make a phonecall from XSOAR made by Trustnet.
Utilities · ClickSend
Details
| ID | ClickSend |
|---|---|
| Provider | Sinch Group |
| Category | Utilities |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Supported Modules | Agentix XSIAM |
README
This is the ClickSend integration for make a phonecall from XSOAR made by Trustnet
Configure ClickSend in Cortex
| Parameter | Description | Required |
|---|---|---|
| Api Key | You’ll find your api key here: https://dashboard.clicksend.com/account/subaccounts | True |
| Username | You’ll find your username here: https://dashboard.clicksend.com/account/subaccounts | True |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
clicksend-text-to-voice
Make phone call with you own text. Example: !clicksend-text-to-voice Message=”Hi im here” phoneNumber=+972501234567 require_input=False voice=male
Base Command
clicksend-text-to-voice
Input
| Argument Name | Description | Required |
|---|---|---|
| phoneNumber | Phone Number Example: +972501234567. | Required |
| Message | Message Body. | Required |
| require_input | If you want that the person will need to input. Possible values are: False, True. | Required |
| voice | You Can choose either Male or Female. Possible values are: male, female. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Voice.MSG.id | unknown | Message ID |
| Voice.MSG.responseCode | unknown | Response Code |
| Voice.MSG.responseMsg | unknown | Response MSG |
clicksend-voice-history
Your calls history Example: !clicksend-voice-history
Base Command
clicksend-voice-history
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Voice.History | unknown | Your Calls History |
Configuration parameters
api_key— Api Key (required)username— Username (required)
Commands (2)
-
clicksend-text-to-voiceMake phone call with you own text. Example: !text-to-voice Message="Hi im here" phoneNumber=+972501234567 require_input=False voice=male
-
clicksend-voice-historyYour calls history Example: !voice-history
### Clicksend Integration #### Integration Author: [Trustnet LTD.](https://www.trustnet.co.il) Bar Halifa-Levi --- ### Clicksend API key and username: - Go To Subaccounts: [Here](https://dashboard.clicksend.com/account/subaccounts) you'll see the API key and username. - Another way you have Key symbol near to your profile, click on the Key symbol and you'll see the API key and username. --- [View Integration Documentation](https://docs.ultramsg.com/api/post/messages/chat)