get_sendig_domain_structure
Retrieve complete SEND domain structure with all variables and metadata. Specify domain and optional SENDIG version to get detailed domain information.
Instructions
Get complete SEND domain structure with all variables and metadata
Args: domain (str): SEND domain name (e.g., "DM", "EX", "LB", "MI") sendig_version (str): SENDIG version (e.g., "3-1-1" or "3.1.1"). If not specified, uses latest version. headers_: Optional custom headers
Returns: dict: Complete domain structure including variables with metadata
Example: get_sendig_domain_structure("DM") get_sendig_domain_structure("LB", "3-1-1")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| headers_ | No | ||
| sendig_version | No |