Mod24
  • What is Mod24 Dispatch app?
  • Organization
  • Users
    • Permissions
    • User Roles
    • Predefined Roles
    • Users
  • Companies
    • Company Info
      • Deposit
    • Coverage
    • Company Settings
      • Move Sizes
      • Arrival Windows
      • Payment Gateway
      • Booking Options
    • Pricing
    • Availability
    • Email Templates
    • Web Quote
    • Ratings & Reviews
    • Mod24 Settings
      • Getting Started
      • Company Licence
      • Tier
      • Website Details
      • Billing Info
  • Mailing
    • Getting Started
    • SMTP
    • Company Email Templates
    • Follow up Templates
    • Claim Email Templates
    • Acknowledgement Emails
    • Settlement Emails
    • Variables
  • Dashboard
    • Dashboard
    • Sales Dashboard
    • Subco Dashboard
  • Carriers
    • Carrier Info
    • Carrier Availability
    • Assigning Carriers
  • Paperless Contracts
    • Getting Started
  • Movers & Trucks
    • Movers
    • Trucks
  • Twilio
    • Twilio Integration
  • Leads
    • How To Create Leads?
    • Lead Status
    • Addresses
    • Location Details
    • Customer Info
    • Customer Note
    • Follow Ups
    • Rates & Booking
    • Lead Comments
    • How To Book A Lead?
  • Jobs
    • Job Status
    • Addresses
    • Location Details
    • Customer Info
    • Customer Note
    • Job Size
    • Billing
    • Job Comments
  • Claims
    • Creating A Claim
    • Claim Details
    • Claim Types
    • Claim Status
    • Claim Resolutions
  • Customers
    • Import Customers
    • Request Reviews
  • Tags
    • Tags Management
    • Tags Filtering
    • Tags Info
    • Tags Permissions
  • Movers App
    • Getting Started
    • Location Tracking
    • Job In Progress
      • Move Statuses
      • Contracts For Move
      • Starting A Job
      • Payments
      • Completing A Move
  • Statistics
    • Totals
    • Sales Totals
    • Mover Totals
    • Total Discounts
  • Future Features
  • FAQ
    • General FAQ
    • Mailing
    • Companies
    • Availability
    • Prices
    • Leads
    • Jobs
    • Foreman & Movers
    • Transactions
    • Users
  • Untitled
Powered by GitBook
On this page
  • Intro
  • Custom Form
  • Floating button
  • iFrame widget
  • API for web quote
  • Create a lead from website

Was this helpful?

  1. Companies

Web Quote

An option for customers to submit quote requests from your website

Intro

From the company page you'll have an option to get web quotes from your own website. We offer you a few choices here:

  • Custom form

  • Floating button

  • iFrame widget

  • API request

With web quotes customers will be able to submit a request from your website and that request will be visible to you in Mod24 Dispatch app. From there you can assess the request and offer a preferred rate.

Custom Form

The custom form is meant for the companies that want to keep their own style on the website or create a form that reflects their brand.

Instructions, HTML markup and script info is available on your Company page in mod24 Dispatch app.

Floating button

Simple button that allows you to copy the script and paste it into your HTML application. The script will resemble the code below:

<script id="mod24-widget" src="https://widget.mod24.com/widget.js" company-key="YOURCOMPANYKEY" button-position="1" button-style="1" modal-position="2" color-primary="#000000" color-secondary="#ffffff" async></script>      

You can adjust the styling of the button by selecting:

  • Primary and secondary colors

  • Position of the button on your website

  • Type of form it opens (side modal or a pop-up)

Instructions how to add it on your website are available on your company page.

If you decide to add a floating button on the right and it opens a side modal it will look like this:

iFrame widget

This is a simple option that will allow you to embed a form into your existing website without further hassle with coding. Simply copy the iFrame code snippet and paste it into your <div> element.

The form size is dependent on the container it is in. Please ensure the size is not lower than 420px in height and 320px in width.

API for web quote

You can find the information about the company key and relevant request information on your company page under Web quote tab. For your convenience an example of the request is below.

Create a lead from website

POST https://rest.mod24.com/api/v1/quotes

Request Body

Name
Type
Description

company_key

string

Unique identifier for the company on mod24

first_name

string

Customer's first name

last_name

string

Customer's last name

email

string

Customer's email address

phone

string

Customer's phone number (valid US number)

move_size_id

integer

Identifier of the move size

move_date

string

Date of the move

source_zip

string

ZIP code or an address for pickup

destination_zip

string

ZIP code or an address for delivery

Lead was successfully created.
Invalid request
Unauthorized
Entered values do not meet the critera and/or are invalid.
Lead creation failed due to an server error.

PreviousEmail TemplatesNextRatings & Reviews

Last updated 5 years ago

Was this helpful?

Example of a side modal with floating button