# Workflow Trigger - Inbound Webhook

> TABLE OF CONTENTS Overview Trigger Name Trigger Description How to Configure Example Overview The Inbound Webhook Trigger in GHL Customer Care allows users…

- Source: https://docs.ghlcustomercare.com/docs/workflows/developer-resources/workflow-trigger-inbound-webhook
- Section: Workflows / Developer Resources
- Reading time: 2 min
- Images: 3, each explained below
- Modified on Tue, 8 Apr, 2025 at 4:21 PM

---
**TABLE OF CONTENTS**

-   [Overview](#overview)
-   [Trigger Name](#trigger-name)
-   [Trigger Description](#trigger-description)
-   How to Configure
-   [Example](#example)

---

## **Overview**

The Inbound Webhook Trigger in GHL Customer Care allows users to **initiate workflows** based on incoming data **from external applications**. By leveraging this trigger, you can seamlessly automate processes and integrate GHL Customer Care with various third-party systems.

![Overview (image 1 of 3)](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155038188260/original/67OQWezOayG-eUPTmc1KZVQbTX7zBT9Ohw.png)

**Overview (image 1 of 3)**

This screenshot appears in the "Overview" section of "Workflow Trigger - Inbound Webhook". The text alongside this image reads: The Inbound Webhook Trigger in GHL Customer Care allows users to initiate workflows based on incoming data from external applications. By leveraging this trigger, you can seamlessly automate processes and integrate GHL Customer Care with various third-party systems. Immediately after, the guide continues: The Inbound Webhook Trigger captures incoming POST/GET/PUT requests sent to a GHL Customer Care Webhook URL (unique for each trigger). This enables the system to react to events from external applications, such as form submissions, payment….
- What this covers: The Inbound Webhook Trigger in GHL Customer Care allows users to initiate workflows based on incoming data from external applications. By leveraging this trigger, you can seamlessly automate processes and integrate GHL Customer Care with various third-party systems.
- Controls: initiate workflows, from external applications
- Next: The Inbound Webhook Trigger captures incoming POST/GET/PUT requests sent to a GHL Customer Care Webhook URL (unique for each trigger). This enables the system to react to events from external applications, such as form submissions, payment notifications, or any other data changes, allowing for real-time updates and automation within GHL Customer Care workflows.

## **Trigger Name**

Inbound Webhook Trigger

---

## **Trigger Description**

The Inbound Webhook Trigger captures incoming POST/GET/PUT requests sent to a GHL Customer Care Webhook URL (unique for each trigger). This enables the system to react to events from external applications, such as form submissions, payment notifications, or any other data changes, allowing for real-time updates and automation within GHL Customer Care workflows.

### **How to Configure the Inbound Webhook Trigger**

**1\. Access Workflow Settings**:

-   Open or create a new workflow in GHL Customer Care.
-   Select "Inbound Webhook" as the Workflow Trigger.

**2\. Generate Webhook URL**: A unique Webhook URL will be generated for your workflow. Copy this URL for use in external applications.

**3\. Set Up External Application**: In the external app (e.g., Zapier, Integromat), create a trigger that will send data to the GHL Customer Care Webhook URL. Configure the action to send a POST request to the copied URL, including the necessary data in JSON format.

**4\. Test the Integration**: Send a test request from the external application to the GHL Customer Care Webhook URL to ensure the integration is functioning correctly.

**5\. Map Incoming Data**: In GHL Customer Care, you can select and map the data received from the external application to relevant fields or variables within your workflow.

**6\. Save the Trigger**: Once configured, click "Save Trigger" to finalize the setup.

  

![How to Configure the Inbound Webhook Trigger (image 2 of 3)](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155031444906/original/44KhZdg6jRYEKvatR44mFrP0Y5lSPRbiIw.png)

**How to Configure the Inbound Webhook Trigger (image 2 of 3)**

This screenshot appears in the "How to Configure the Inbound Webhook Trigger" section of "Workflow Trigger - Inbound Webhook". The text alongside this image reads: 6. Save the Trigger: Once configured, click "Save Trigger" to finalize the setup. Immediately after, the guide continues: 1. Webhook URL: You create a workflow in GHL Customer Care and generate a Webhook URL.
- How to confirm: 6. Save the Trigger: Once configured, click "Save Trigger" to finalize the setup.
- Controls: 1. Access Workflow Settings, 2. Generate Webhook URL, 3. Set Up External Application, 4. Test the Integration, 5. Map Incoming Data, 6. Save the Trigger
- Next: 1. Webhook URL: You create a workflow in GHL Customer Care and generate a Webhook URL.

Full procedure:

1. Open or create a new workflow in GHL Customer Care.
2. Select "Inbound Webhook" as the Workflow Trigger.

![How to Configure the Inbound Webhook Trigger (image 3 of 3)](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155031444679/original/EMappgdTQdfUdofgJgtHGiUs1oMp0ZndPw.png)

**How to Configure the Inbound Webhook Trigger (image 3 of 3)**

This screenshot appears in the "How to Configure the Inbound Webhook Trigger" section of "Workflow Trigger - Inbound Webhook". The text alongside this image reads: 6. Save the Trigger: Once configured, click "Save Trigger" to finalize the setup. Immediately after, the guide continues: 1. Webhook URL: You create a workflow in GHL Customer Care and generate a Webhook URL.
- How to confirm: 6. Save the Trigger: Once configured, click "Save Trigger" to finalize the setup.
- Controls: 1. Access Workflow Settings, 2. Generate Webhook URL, 3. Set Up External Application, 4. Test the Integration, 5. Map Incoming Data, 6. Save the Trigger
- Next: 1. Webhook URL: You create a workflow in GHL Customer Care and generate a Webhook URL.

Full procedure:

1. Open or create a new workflow in GHL Customer Care.
2. Select "Inbound Webhook" as the Workflow Trigger.

## Example

## **Scenario: Integrating a Payment Processor**

**1\. Webhook URL**: You create a workflow in GHL Customer Care and generate a Webhook URL.

**2\. External Application Setup**: In a payment processing application like Stripe, you set up a webhook that triggers when a payment is successful. You configure it to send a POST request to the GHL Customer Care Webhook URL with payment details in JSON format.

**3\. Data Sent**: The JSON payload might look like this

{
  "customer\_id": "CUST\_001",
  "amount": 100,
  "currency": "USD",
  "status": "successful"
}

**4\. Workflow Action**: Upon receiving this data, the GHL Customer Care workflow can be set to:

-   Update the lead's status to "Paid."
-   Send a confirmation email to the customer.
-   Trigger additional follow-up actions based on the payment status.

This integration allows for real-time updates and automations, enhancing the efficiency of your GHL Customer Care CRM processes.

---

Documentation for GHL Customer Care. Support: support@ghlcustomercare.com