Skip to content

Mocean

Node: mocean · Full type: n8n-nodes-base.mocean · Version: 1

Credentials

moceanApi (alias: @mocean)

CREDENTIAL @mocean = moceanApi "My Mocean"

Operations

Resource: sms

send

Parameter Type Default Details
from string "" required
to string "" required
message string "" required
options collection {} keys: dlrUrl

Resource: voice

send

Parameter Type Default Details
from string "" required
to string "" required
language options "en-US" cmn-CN, en-GB, en-US, ja-JP, ko-KR
message string "" required

Parameter Details

options children:

Parameter Type Default Details
dlrUrl string ""

Example

NODE "mocean" @mocean AS "Mocean" {
  resource: "sms",
  operation: "send",
  from: {{ $json.from }},
  to: {{ $json.to }},
  message: {{ $json.message }}
}