# Set-Up Channel URL

Your channel is created, amazing work!&#x20;

The next step to start receiving webhooks and triggering Shopify Flows requires you to complete the channel configuration process.&#x20;

1. Select **Complete Channel Setup**
2. Copy the unique **channel URL** generated for the Channel&#x20;
3. On the third-party external application you are trying to pull data from, enter in this **channel URL**

*See Webhook Implementation Guides for a list of providers and their guides to creating a webhook:*

{% content-ref url="/pages/hQ1kVb1ncriWdZAIbHnI" %}
[Webhook Implementation Guides](/set-up/channel-configuration/set-up-channel-url/webhook-implementation-guides.md)
{% endcontent-ref %}

4. Use your webhook provider to send an event to the channel URL endpoint.

To validate the set-up, navigate to the Channel-specific page and look for an event to be logged. Clicking into the event itself will show the event level data.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.flowplusapp.com/set-up/channel-configuration/set-up-channel-url.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
