UltraMSG

This is the UltraMSG integration for getting started made by Trustnet.

Utilities · UltraMSG

Details

IDUltraMSG
ProviderUltraMSG
CategoryUtilities
From Version6.0.0
Docker Imagedemisto/python3:3.12.8.3296088
Supported ModulesAgentix XSIAM

README

This is the UltraMSG integration for getting started made by Trustnet

Configure UltraMSG in Cortex

Parameter Description Required
Token When creating an instance, you’ll get a token Example: ty37deadbeef37xx True
Instance When creating an instance, you’ll get an instance id. Example: instance12345 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.

send-whatsapp


Send WhatsApp Message

Base Command

send-whatsapp

Input

Argument Name Description Required
id Phone Number or Group ID. Example: +972501234567. Required
text Message Body. Required

Context Output

There is no context output for this command.

Configuration parameters

  • token — Token (required)
  • instance — Instance (required)

Commands (1)

  • send-whatsapp

    Send WhatsApp Message

category: Utilities
provider: UltraMSG
commonfields:
  id: UltraMSG
  version: -1
configuration:
- additionalinfo: 'When creating an instance, you''ll get a token Example: ty37deadbeef37xx'
  display: Token
  name: token
  required: true
  type: 4
- additionalinfo: 'When creating an instance, you''ll get an instance id. Example: instance12345'
  display: Instance
  name: instance
  required: true
  type: 0
description: This is the UltraMSG integration for getting started made by Trustnet.
display: UltraMSG
name: UltraMSG
script:
  commands:
  - arguments:
    - description: 'Phone Number or Group ID. Example: +972501234567.'
      name: id
      required: true
    - description: Message Body.
      name: text
      required: true
    description: Send WhatsApp Message
    name: send-whatsapp
  dockerimage: demisto/python3:3.12.8.3296088
  runonce: false
  script: ''
  subtype: python3
  type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)