Skip to content

Commit a0ea8e2

Browse files
xuehonggecfan
andauthored
Update articles/connectors/connectors-native-webhook.md
Co-authored-by: Esther Fan <[email protected]>
1 parent b971cc4 commit a0ea8e2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/connectors/connectors-native-webhook.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,20 @@ Here is more information about the outputs from an HTTP Webhook trigger or actio
229229

230230
## Generate callback URL with secondary access key
231231

232-
A workflow has two *Access Keys*: Primary and Seconday. By default the HTTP webhook callback URL is generated with the Primary key. If you want it to be generated with the Secondary key, you can specify it in *accessKeyType* property in the code view.
232+
A logic app workflow has two access keys: primary and secondary. By default, Azure Logic Apps uses the primary key to generate the callback URL for the HTTP webhook trigger.
233+
234+
To use the secondary key instead for callback URL generation, follow these steps:
235+
236+
1. From the workflow designer, switch to code view.
237+
238+
1. In the **`HttpWebhook`** trigger definition. find the **`accessKeyType`** parameter.
239+
240+
1. Specify the word **`Secondary`** as the parameter value.
241+
242+
1. Remember to save your changes.
243+
244+
The following example shows the webhook trigger definition with the **`accessKeyType`** parameter set to **`Secondary`**:
245+
233246

234247
```
235248
{

0 commit comments

Comments
 (0)