Creates a new call router in the Dialpad system, allowing for custom call routing logic based on a specified URL. This endpoint configures essential settings for the call router, including its name, default target for fallback scenarios, and the routing URL for decision-making.…
nameRequiredstring[single-line only] A human-readable display name for the router.
secretstring[single-line only] The call router"s signature secret. This is a plain text string that you should generate with a minimum length of 32 characters.
enabledbooleanIf set to False, the call router will skip the routing url and instead forward calls straight to the default target.
office_idRequiredintegerThe ID of the office to which this router belongs.
routing_urlRequiredstringThe URL that should be used to drive call routing decisions.
default_target_idRequiredintegerThe ID of the target that should be used as a fallback destination for calls if the call router is disabled or fails.
default_target_typeRequiredstringThe entity type of the default target.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.