@dialstack/sdk / react / DialPlanData
Interface: DialPlanData
Defined in: sdk/src/types/dial-plan.ts:245
A complete dial plan definition.
Properties
created_at
created_at: string;
Defined in: sdk/src/types/dial-plan.ts:255
ISO timestamp of when the dial plan was created
entry_node
entry_node: string;
Defined in: sdk/src/types/dial-plan.ts:251
ID of the first node to execute when a call enters this dial plan
id
id: string;
Defined in: sdk/src/types/dial-plan.ts:247
Unique identifier for the dial plan
name
name: string;
Defined in: sdk/src/types/dial-plan.ts:249
Human-readable name for the dial plan
nodes
nodes: DialPlanNode[];
Defined in: sdk/src/types/dial-plan.ts:253
Array of nodes that make up this dial plan
updated_at
updated_at: string;
Defined in: sdk/src/types/dial-plan.ts:257
ISO timestamp of when the dial plan was last updated