Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace XSOAR 8 Example in Generic Webhook README #33778

Merged
merged 18 commits into from
Apr 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/GenericWebhook/Integrations/GenericWebhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Generic Webhook integration is used to create incidents on event triggers. T
You can now trigger the webhook URL:

- For Cortex XSOAR 6.x: `<CORTEX-XSOAR-URL>/instance/execute/<INTEGRATION-INSTANCE-NAME>`. For example, `https://my.demisto.live/instance/execute/webhook`. Note that the string `instance` does not refer to the name of your XSOAR instance, but rather is part of the URL.
- For Cortex XSOAR 8: `<ext-<CORTEX-XSOAR-URL>/xsoar/instance/execute/<INTEGRATION-INSTANCE-NAME>`. For example, <https://ext-dev-tertius.crtx.us.paloaltonetworks.com/xsoar/instance/execute/webhook1>. Note that the string `instance` does not refer to the name of your XSOAR instance, but rather is part of the URL.
- For Cortex XSOAR 8: `<ext-<CORTEX-XSOAR-URL>/xsoar/instance/execute/<INTEGRATION-INSTANCE-NAME>`. For example, `https://ext-mytenant.paloaltonetworks.com/xsoar/instance/execute/edl_instance_01`. Note that the string `instance` does not refer to the name of your XSOAR instance, but rather is part of the URL.
ShirleyDenkberg marked this conversation as resolved.
Show resolved Hide resolved

If you're not invoking the integration via the server HTTPS endpoint, then you should trigger the webhook URL as follows: `<CORTEX-XSOAR-URL>:<LISTEN_PORT>/`. For example, `https://my.demisto.live:8000/`.

Expand Down
Loading