🦞
Resources

openclaw_channel_signal

Manages the OpenClaw Signal channel.

Manages the Signal channel configuration.

Example Usage

resource "openclaw_channel_signal" "main" {
  enabled                = true
  dm_policy              = "allowlist"
  allow_from             = ["+15555550123"]
  reaction_notifications = "own"
  history_limit          = 50
}

Argument Reference

ArgumentTypeRequiredDefaultDescription
enabledBoolNo--Enable or disable the Signal channel.
dm_policyStringNo"pairing"DM policy: pairing, allowlist, open, disabled.
allow_fromList(String)No--Phone numbers or identifiers allowed to message.
reaction_notificationsStringNo"own"Reaction notifications: own, all, none.
history_limitInt64No50Max chat history messages to fetch.

Attribute Reference

AttributeTypeDescription
idStringAlways "channel_signal".

Import

terraform import openclaw_channel_signal.main channel_signal

On this page