Skip to main content Skip to footer
TripCart
  • Support
  • Login
Start Free Trial
TripCart
  • Tour Operators
  • Rental Companies
  • Boat Tours
  • Attractions
  • Trains
  • Ziplines
  • Farms
  • Customer Stories
Start Free TrialBook a Demo

Create and Manage Tours

  • How to Add Group Discount
  • How to Create a Multi-Day Tour
  • How to Create a Single-Day or Activity Tour?
  • How to Create Tour Packages for Multi-Day and Single-Day/Activities
  • How to add Destinations for Tour?
  • How to Add Activities for Tours
  • What are Add-ons, and How to Use Them?
  • How to Add Accommodations to Tours
  • How to setup Customer’s Account Page
  • How to Enable and Manage Coupon Codes for Tours
  • How to View and Manage Tour Bookings
  • How to Display Reviews for Your Tours
  • How to Set and Manage Difficulty Levels for Tours
  • How to Add and Manage Tour Information
  • How to Import Tours

Tour Settings

  • How to add Meal Options
  • How to edit Traveler Login Page details
  • How to Enable the Deposit Payment Feature
  • How to enable Discount on Full Payment
  • How to Add Tour Highlight
  • How to Block Dates For Tours
  • How to Add WhatsApp Number To Your Tour Detail Page
  • How to set Tour Inquiry Lead Form
  • How to Define Pricing Categories for Tours
  • How to Configure the Currency Settings
  • How to Add Custom Filters

Website Settings

  • How to Customize Colors and Fonts on Your Website?
  • How to Enable the Scroll-to-Top Button
  • How to Add Sections to the Homepage
  • How to Clear Website Cache
  • How to Translate Your Website into a Local Language
  • How to Create and Manage Menus
  • How to Customize the Website Footer?
  • How to Add Meta Titles and Descriptions for the Homepage?
  • How to Configure the Website Header?
  • How to connect your domain

Payment Gateways

  • How to Manage Tax Settings in Tripcart
  • How to configure Getnet Payment Gateway
  • How to configure the Midtrans Payment Gateway
  • How to configure the Revolut Payment Gateway?
  • How to configure the Global IME Payment Gateway
  • How to configure the Xendit Payment Gateway
  • How to configure the RazorPay Payment Gateway
  • How to Add a Custom Booking Link for Your Tours
  • How to Set Up a Payment Reminder for Due Amounts
  • How to Create Custom Payment Links for Bookings or Invoice
  • How to Enable and Use the Booking Fee Feature
  • How to Configure HBL Payment Gateway
  • How to Configure Authorize.net Payment Gateway
  • How to Configure Payment Settings for Checkout
  • How to Configure Stripe Payment Gateway
  • How to Configure PayPal Payment Gateway
  • How to Configure Cybersource Payment Gateway
  • How to Configure Nabil Bank Payment Gateway
  • Book Now and Pay later

Email Notifications

  • How to Set Up Email Notifications for Customers
  • How to Configure SMTP for Your Website
  • How to Customize the Header and Footer for Emails

Pages and Posts

  • How to Create Pages?
  • How to Publish Blog Posts on Your Site?
  • How to Add Categories and Assign Them to Posts?
  • How to add FAQs Block using Text Editor?

Apps

  • Tools
  • Reviews
  • Form Builder

Account Settings

  • How to Add or Remove Team Members
  • How to Update Your Company Information
  • How to Update Your Profile Information

FAQs

  • How to Check File Storage Usage and Email Quotas?
  • What is a Workspace, and How to Create One?
  • How to Update the Website Footer Copyright

SEO Settings

  • How to Add SEO Meta Titles and Descriptions to Default Pages
  • How to Analyze the SEO Score for Tours, Posts, and Pages
  • How to Enable or Disable Breadcrumbs on Your Website
  • How to Update the URL Structure for Default Pages

Tools

  • How to Integrate Google Translate
  • How to create API Keys
  • How to add Travel Insurance
  • How to create Webhooks
  • How to configure the Checkout Form Editor?
  • How to use the Reusable Blocks?
  • How to configure the White Label
  • How to Create and Embed Forms on Your Website
  • How to Bulk Import Redirections Easily
  • How to add a Notice Bar
  • How to add the Altitude Chart in Tour Itinerary
  • How to add Itinerary Info
  • How to Configure a Cookie Consent Notice for Your Website
  • How to Integrate reCAPTCHA for Bot Protection
  • How to Add Custom CSS to Your Website
  • How to Add Scripts (e.g., Google Analytics) to Your Website
  • How to Set Up Redirection for Your Site

Import

  • How to import WP Travel Engine trips
  • How to import WordPress Posts and Pages

Payments and Billing

  • How to upgrade or downgrade your plan
  • How to download your invoice
  • How to cancel your plan
View Categories
  • Home
  • Documentation
  • Tools
  • How to create Webhooks

How to create Webhooks

1 min read

Tripcart enables travel businesses to automate real-time data exchange by integrating with webhooks. This feature sends booking, payment, and form submission data directly to external systems (like CRMs, automation platforms, or custom APIs) without manual intervention.

Note: This feature is available in the Scale Plan only.

What is a Webhook? #

A Webhook is a way for Tripcart to send real-time data to your system when specific events happen.
Examples: booking created, payment completed, form submitted.

Why Use Webhooks? #

  • Automate workflows (e.g., send booking data to a CRM, trigger follow-up emails)
  • Connect with third-party tools like Zapier, Make.com, or custom APIs
  • No manual exports or imports needed
  • Faster and more accurate data syncing

How to Access Webhooks #

Image
  • Log in to the Tripcart Dashboard.
  • In the left sidebar, navigate to Apps > Tools.
  • Locate the Webhooks option.
  • Toggle the switch to Enable Webhooks.
  • Click the Configure button to proceed.

How to create Webhooks #

Image
  • Click Add Webhook button
Image
  • Fill in:
    • Endpoint URL: The destination address to receive data
    • Choose Events to Send: Select the events that will trigger the webhook
  • Toggle Active
    • The API key is turned ON by default to allow access immediately.
    • You can toggle it OFF anytime to temporarily revoke access without deleting the key.
  • Click Save

Endpoint URL #

The Endpoint URL is the destination address where Tripcart sends data whenever a selected event occurs. This is typically the URL of your application, CRM, automation platform, or API endpoint that is set up to receive and process webhook data.

Example Endpoint URLs:

  • CRM system: https://crm.mybusiness.com/webhook-receiver
  • Zapier automation: https://hooks.zapier.com/hooks/catch/123456/abcde
  • Custom API: https://mywebsite.com/api/webhook

Note: The endpoint must accept HTTP POST requests. Tripcart will retry sending up to 10 times if delivery fails. If all retries fail, the webhook will be disabled automatically.

Permissions (Events) #

CategoryEvent NameDescription
BookingBooking CreatedTriggered when a new booking is submitted. Sends booking details, booking status and customer information.
Booking UpdatedTriggered when an existing booking is modified. Sends the updated booking data.
PaymentPayment CreatedTriggered when a payment record is created, including payment status (for example: pending).
Payment CompletedTriggered when the full payment is completed and the transaction is finalized, including payment status (for example: completed).
Form SubmissionForm SubmittedTriggered when a new form is submitted. Sends booking details and customer information.

Note: Only the events you select will send data to your endpoint.

Managing Webhooks #

Image

To manage webhooks, go to Dashboard > Apps > Webhooks. Each webhook shows the following details:

  • Endpoint: shows the destination URL where Tripcart sends event data.
  • Access Type: shows the events selected for this webhook.
  • Events: shows how many times the webhook has been triggered.
  • Error Count: shows how many delivery attempts have failed.
  • Status: shows whether the webhook is ON (active) or OFF (disabled).
  • Actions: options to Edit or Delete the webhook.

This layout makes it easy to see each webhook’s configuration, status, and activity at a glance.

📧 If you face any issues or have questions, please reach out to our support team or initiate the chat located on the right.

Updated on September 3, 2025
How to add Travel InsuranceHow to create API Keys
Table of Contents
  • What is a Webhook?
  • Why Use Webhooks?
  • How to Access Webhooks
  • How to create Webhooks
  • Endpoint URL
  • Permissions (Events)
  • Managing Webhooks
© 2025 Tripcart. All rights reserved.
Advertisement
Advertisement