--- id: trigger-using-webhook title: Trigger Workflows Using Webhooks --- This guide demonstrates how to trigger workflows using webhooks.
2. Click on **Create new workflow**, enter a unique name for your workflow and click on **+ Create workflow** to create the workflow.
3. Configure your workflow. You can refer to the **[workflow overview documentation](/docs/workflows/overview)** to learn how you can configure a workflow.
4. Navigate to the Triggers section.
5. Click on **Webhooks**. By default, the webhook trigger is disabled. Toggle the switch to **enable** the webhook trigger. Refer to the [trigger documentation](/docs/workflows/workflow-triggers#webhooks) for more information.
6. Add **Parameters** to the workflow by clicking the **+ Add parameter** button. You must add the parameter name and type here, otherwise, parameters passed through the request body of the webhook will be ignored.
7. Copy the **Endpoint URL** and **API token**.
2. Select the **POST** Method and paste the **Endpoint URL** that was copied earlier.
3. Navigate to the **Authorization** tab, select **Bearer Token** as the **Auth Type**, and enter the **API token**.
4. Go to the **Body** tab, select **Raw**, and enter the required parameters in JSON format.
5. Click on **Send** to trigger the webhook. It will fetch the response from the created workflow.