This guide explains how to create, configure, and test webhooks in Lightspeed VT to automate event notifications.
00:00: This article explains how to manage webhook configurations within the lightspeed VT system.
00:05: You will learn how to create configure and test webhooks to automate event notifications effectively.
00:11: Click the Super User Dashboard in the VT System application.
00:15: Click webhooks to navigate to the webhook management area.
00:19: Choose your system to access the webhook configuration area.
00:23: Toggle "Yes" to enable the webhook functionality.
00:27: Click new URL to begin adding a new webhook endpoint URL.
00:32: Click name to specify. The name for the new webhook URL.
00:36: In this example, we will listen for the new user creation event, naming the webhook "New User Created."
00:42: click URL to enter the destination URL for the webhook
00:46: Phil https colon slash slash hooks.com slash hooks, slash catch / 3298865 / UCF UA's B9 as the webhook endpoint URL.
01:00: Add the webhook endpoint to which the event data will be sent.
01:04: Choose the event that you want to listen for. In this example, we'll choose "User Creation".
01:10: Click submit to save the new webhook settings.
01:13: Click save and continue to proceed with the webhook and configuration process.
01:19: To send a test payload, scroll to the "Webhook Testing" section at the top and choose the event from the dropdown.
01:26: Then choose the endpoint that you want to send the test payload to.
01:30: Click Send to trigger the webhook and send test data.
01:34: You can review the JSON payload sent by the webhook, including event details and response data.
01:40: This article guided you through managing webhook configurations in Lightspeed VT, including enabling, creating, and testing webhooks for user creation events. For more information, see related articles on webhook troubleshooting and automation setup.
1. Access Webhooks
- Log in to vt.lightspeedvt.com.
- Open the Super User Dashboard.
- Click Webhooks.
- Select your system (Internal Webhook).
- Toggle Enable Webhook to Yes.
2. Add a New Webhook Endpoint
- Click New URL.
- Enter a Name (e.g., New User Created).
- Enter the destination Webhook URL (e.g., Zapier endpoint).
- Add the endpoint.
- Select the Event Type (e.g., User Creation).
- Click Submit.
- Click Save and Continue.
3. Test the Webhook
- Go to the Webhook Testing section.
- Choose the Event to test.
- Select the Endpoint.
- Click Send to trigger a test webhook.
- Review the JSON payload and response data.
Result
Your webhook is now enabled, configured to listen for selected events, and tested to ensure data is being sent correctly to the specified endpoint.