You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. To test your callable endpoint, copy the updated callback URL from the Request trigger, paste the URL into another browser window, replace `%7BpostalCode%7D` in the URL with `123456`, and press Enter.
403
+
404
+
The browser returns a response with this text: `Postal Code: 123456`
405
+
406
+

407
+
408
+
> [!NOTE]
409
+
>
410
+
> If you want to include the hash or pound symbol (**#**) in the URI,
411
+
> use this encoded version instead: `%25%23`
412
+
402
413
### [Consumption](#tab/consumption)
403
414
404
415
1. In the Request trigger, open the **Add new parameter** list, and select **Relative path**, which adds this property to the trigger.
@@ -433,19 +444,19 @@ When you want to accept parameter values through the endpoint's URL, you have th
To test your callable endpoint, copy the updated callback URL from the Request trigger, paste the URL into another browser window, replace `{postalCode}` in the URL with `123456`, and press Enter.
447
+
1. To test your callable endpoint, copy the updated callback URL from the Request trigger, paste the URL into another browser window, replace `{postalCode}` in the URL with `123456`, and press Enter.
439
448
440
449
The browser returns a response with this text: `Postal Code: 123456`
441
450
442
-

451
+

443
452
444
453
> [!NOTE]
445
454
>
446
455
> If you want to include the hash or pound symbol (**#**) in the URI,
447
456
> use this encoded version instead: `%25%23`
448
457
458
+
---
459
+
449
460
## Call workflow through endpoint URL
450
461
451
462
After you create the endpoint, you can trigger the workflow by sending an HTTPS request to the endpoint's full URL. Azure Logic Apps workflows have built-in support for direct-access endpoints.
0 commit comments