Authentic
AuthenticContact
  • Authentic 101
    • About Authentic
    • Company Background
    • Customer Reviews
    • How Authentic Works
      • Captive Insurance
      • Business Owner's Policy
      • Coverage Options
      • Our Partner Appetite
        • Exclusions
        • Endorsements
  • Embedding Insurance
    • Integration Overview
    • Add Insurance to Your Platform
      • Embed our widget
      • Different endpoints & functionality within our widget
        • Instant Estimate (/estimate)
        • Welcome Page (/welcome)
        • Direct to Lead Form (/apply)
        • Policy Hub (/policy)
    • Data Share
      • Data Sharing via Widget
      • Data Sharing via URL
      • Commonly Prefilled Questions
      • SMB Class Codes
      • Data Capture (Easy Webhook Set Up)
      • Sample Webhook Events
    • Authentic User Verification Offering(s)
    • Custom Insurance Domain
    • Tracking Marketing (UTM Params)
  • Go To Market
    • Go To Market for SaaS Partners
      • Create Access Points
      • Buying Triggers
      • Prequote Marketing Emails
        • Authentic-Led Prequote Campaigns
        • Tenant-Led Prequote Campaigns
        • URL Prefill Instructions
    • Brand Assets + Marketing Templates
    • Generating Estimate Links
  • More Reading
    • Learn More about Authentic!
    • Why Authentic?
  • Support
    • FAQs
Powered by GitBook
On this page
Export as PDF
  1. Go To Market
  2. Go To Market for SaaS Partners
  3. Prequote Marketing Emails

URL Prefill Instructions

PreviousTenant-Led Prequote CampaignsNextBrand Assets + Marketing Templates

Last updated 4 months ago

We are able to prefill many fields in the funnel through adding parameters to URL's, shortening the process of making a quote for prospective customers. Previously, links to prospective customers followed this format:

A link that we could send prospective customers if we know some basic information about them can now appear like this:

The first prefill url parameter is of the format ?[field]=[value], and goes after the link to our portal. If there is an , the first prefill url parameter would go after this as well. In the example above, the first parameter "?NAME=Joe+Smith" goes after the link to our portal and the /apply endpoint.

The following prefill url parameters all follow the format &[field]=[value]. In the example above, the following ones are "&BUSINESS_LEGAL_NAME=Joe's+Gym" and "&state_code=OH". These all go before any utm parameters.

For all values, instead of using the space key, please instead use a plus sign "+". Example: &BUSINESS_LEGAL_NAME=Joe's+Gym would populate in the application as Joe's Gym.

Fields for Prefilling

Field
Type
Example Value
Example Parameter
Description

NAME

string

Larry Smith

NAME=Larry+Smith

Small Business contact's full legal name

email

string

larry@cableguy.com

email=larry@cableguy.com

Small Business contact's email

BUSINESS_LEGAL_NAME

string

Test Business, LLC.

BUSINESS_LEGAL_NAME=Test+Business,+LLC.

Business legal name

class_code

string

47015

class_code=47015

state_code

string

Ohio

state_code=OH

State(s) where business conducts operations or has stores

MAILING_ADDRESS

string

123 William St, Dayton, OH 45404, US

MAILING_ADDRESS=123+William+St,+New+York,+NY+10038,+USA

Mailing address for SMB; can be separate from place of operation

PHONE

string

7161112222

PHONE=7161112222

Phone number of contact at SMB

FRANCHISE_SELECTED

Yes / No

Not a franchise

FRANCHISE_SELECTED=No

Is SMB a franchise

NUM_EMPLOYEES

number

5

NUM_EMPLOYEES=5

Total number of employees including owners

YRS_IN_BUSINESS

1, 2, 3, 4-6, 7-9, 10-14, 15+

5

YRS_IN_BUSINESS=4-6

Number of years the SMB has been in business

Business class code to describe SMB's operations. See full list of SMB class codes

https://[tenant].prod.authenticinsurance.com/apply[utm parameters]
https://[tenant].prod.authenticinsurance.com/apply?NAME=Joe+Smith&BUSINESS_LEGAL_NAME=Joe's+Gym&state_code=OH[utm parameters]
endpoint
here