wsjtx_call
Build and send any WSJT-X message type by name, with optional fields for customizing reply, free text, or configuration in amateur radio weak-signal modes.
Instructions
Escape hatch: build and send any WSJT-X message type by name.
message is a type name (heartbeat, clear, reply, close, replay, halt_tx,
free_text, location, highlight, switch_configuration, configure). fields is
a dict of builder arguments for that type (see protocol.build_* signatures),
e.g. message="configure", fields={"mode":"FT8","rx_df":1500}.
The same transmit gate applies: a keying message — reply, or free_text
with send=true — is refused unless WSJTX_CALLSIGN is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| message | Yes | ||
| instance | No |