ClickSend

This is the ClickSend integration for make a phonecall from XSOAR made by Trustnet.

Utilities · ClickSend

Details

IDClickSend
ProviderSinch Group
CategoryUtilities
From Version6.0.0
Docker Imagedemisto/python3:3.12.8.3296088
Supported ModulesAgentix 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-voice

    Make phone call with you own text. Example: !text-to-voice Message="Hi im here" phoneNumber=+972501234567 require_input=False voice=male

  • clicksend-voice-history

    Your calls history Example: !voice-history

category: Utilities
provider: Sinch Group
commonfields:
  id: ClickSend
  version: -1
configuration:
- additionalinfo: 'You''ll find your api key here: https://dashboard.clicksend.com/account/subaccounts'
  display: Api Key
  name: api_key
  required: true
  type: 4
- additionalinfo: 'You''ll find your username here: https://dashboard.clicksend.com/account/subaccounts'
  display: Username
  name: username
  required: true
  type: 0
description: This is the ClickSend integration for make a phonecall from XSOAR  made by Trustnet.
display: ClickSend
name: ClickSend
script:
  commands:
  - arguments:
    - description: 'Phone Number  Example: +972501234567.'
      name: phoneNumber
      required: true
    - description: Message Body.
      name: Message
      required: true
    - auto: PREDEFINED
      description: If you want that the person will need to input.
      name: require_input
      predefined:
      - "False"
      - "True"
      required: true
    - auto: PREDEFINED
      description: You Can choose either Male or Female.
      name: voice
      predefined:
      - male
      - female
      required: true
    description: 'Make phone call with you own text. Example: !text-to-voice Message="Hi im here" phoneNumber=+972501234567 require_input=False voice=male'
    name: clicksend-text-to-voice
    outputs:
    - contextPath: Voice.MSG.id
      description: Message ID.
    - contextPath: Voice.MSG.responseCode
      description: Response Code.
    - contextPath: Voice.MSG.responseMsg
      description: Response MSG.
  - arguments: []
    description: 'Your calls history Example: !voice-history'
    name: clicksend-voice-history
    outputs:
    - contextPath: Voice.History
      description: Your Calls History.
  dockerimage: demisto/python3:3.12.8.3296088
  runonce: false
  script: ''
  subtype: python3
  type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)