check_scenario_node_payload
Dry-run a scenario node 'payload' against its config class BEFORE writing it: reports unknown/misspelled properties and type mismatches, and returns the normalized JSON. Read-only — nothing is created or changed. Worth calling for any node type whose get_scenario_node_schema card says validation=NONE, because there the server accepts a broken payload silently and the node only misbehaves once a contact reaches it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The payload JSON you intend to send, as a string. | |
| actionType | Yes | Node type (C# class name), e.g. 'SendEmailScenarioAction'. |