The Get Http Contact Info Step
Add a Get Http Contact Info step to the hello.aef script to map parameters from an HTTP request to locally defined variables.
To map the parameter name to a local variable, do the following:
Procedure
Step 1 | From the Http Contact Palette in the Palette pane, drag a Get Http Contact Info step to the Design pane, and then drop it over the Start step icon. The Get Http Contact Info step icon appears in the Design pane, just below, and on the same level as, the Start step icon. | ||
Step 2 | Right-click the new Get Http Contact Info step icon. A popup menu appears. | ||
Step 3 | Choose Properties. The Get Http Contact Info customizer window appears, displaying its General tab. ![]() | ||
Step 4 | Click the Parameters tab. The Parameters tab of the Get Http Contact Info window appears. | ||
Step 5 | Click Add. The Add Parameter dialog box appears. ![]() | ||
Step 6 | In the Name text field, enter "name".
| ||
Step 7 | In the Variable drop-down menu, choose name. | ||
Step 8 | Click OK. The Add Parameter dialog box closes, and the added values appear under the Parameters section of the Parameters tab of the Get Http Contact Info customizer window. Figure 9-4 shows the configured Parameters tab of the Get Http Contact Info customizer window. ![]() | ||
Step 9 | Click OK. The Get Http Contact Info customizer window closes. You are now ready to add the next step to the hello.aef script in the Design pane of the Cisco Unified CCX Editor. |