Skip to content

Documentation

Start with one working command, then use setup recipes and reference pages only when you need them.

These docs are organized around one rule: each page does one job. Start pages introduce the flow, task pages give you copy-ready patterns, reference pages define syntax, and troubleshooting pages diagnose failures.

Best path for new users Create one connection, send one simple command, verify the real result in Console, and only then move to more advanced patterns.

Most useful syntax and troubleshooting guides

Section titled “Most useful syntax and troubleshooting guides”

Follow this path in order if you are new.

When the first command works, move to task recipes instead of deep reference pages.

Fastest practical page If you already have one working command, go straight to Common tasks.

Use reference pages only when you need exact terms or syntax.

When the result is wrong, diagnose in a fixed order instead of guessing.

1. ConnectionMake sure the token hit the saved connection you intended.
2. Bot nameVerify that the payload bot name matched that connection.
3. Symbol and sizeCheck that the symbol resolved and the final size was not zero.
4. Final outcomeCheck whether the provider accepted, warned, or rejected the instruction.

Do not trust the sender alone A sender returning success does not prove the command executed correctly. Use Console and errors to inspect the real execution path.