LogoLogo
  • Your Guide to PAVE's Account and Enterprise Dashboards
  • Enterprise Dashboard
    • Permissions and Access Settings
    • User Feature Walkthrough
      • View All Groups
        • Filtering Sessions
          • Searching Sessions
          • Advanced View
        • Exporting Sessions
      • Group Manage
        • Create New Group
        • Add Accounts to Group
        • Edit Group
      • Group Remove
      • Account Manage
        • Create New Account
        • Add User to New Account
          • User Account Permissions
        • Edit Account
        • Deactivate Account
      • Account: Switch To
      • Administrator: Manage
        • Create New Administrator
        • Edit Administrator
      • Administrator: Switch
      • Data: Manage
      • Data: Export Only
      • Data: Developer
      • Initiate Inspections (coming soon)
        • VIN Assignment
      • Create New Export Setting
        • Edit Export Settings
      • Setting Up SFTP Batches
      • Dashboard
        • Inspection Status
        • Session Exports
      • Custom Capture
  • Branch Dashboard
    • Overview
    • User Feature Walkthrough
      • Login
      • Live or Test View
      • Send Inspections
      • Inspection Status
        • Expired Sessions
      • Searching Sessions
      • Photos
      • Session Notes
      • Inspection Results
      • Condition Report PDF
      • Export Sessions
      • VIN Assignments
      • Developer Tools
        • API Keys
        • API Logs
        • Sessions Events
        • Webhooks
      • Settings
        • Account
          • Changing your password
          • Google Single sign-on
        • Branding
          • Overview
          • Logos
          • Background Colour
          • SMS Message / Results Customization
          • Customize Video
        • Users
          • Finding and Editing Users
          • Creating A New User
          • Different User Types and Permissions
          • Deactivating and Reactivating Users and Admins
          • Receive Condition Reports via Email
        • Widgets
          • Overview
          • Creating a Website Widget
            • Editing an existing Website Widget
            • Preview a Website Widget
            • Installing a Website Widget on Your Website
          • Sharable Links
            • PAVE App icon
        • Batches
        • Estimates
        • Integrations
          • vAuto
        • Custom Capture
    • Step by Step Guide
      • Managing Unique User Sessions
Powered by GitBook
On this page
Export as PDF
  1. Enterprise Dashboard
  2. User Feature Walkthrough

Custom Capture

PreviousSession ExportsNextOverview

Last updated 9 months ago

Custom Content-Driven Photos

The Custom Capture feature allows users to set up their desired custom content-driven photo capture flow based on their requirements for any specific API key within their account.

If selected, this would add this customized capture flow to the end of the inspection capture process. The client can create an unlimited number of these flows that they can attach to any specific API key.

Step 1: Activation on Your Account

First, the feature must be activated for your Enterprise account. Please ask your Client Support Manager to activate this feature to your account.

Step 2: Setting up a Custom Capture Flow

PAVE Dashboard

To use this feature on the PAVE dashboard, select the "CUSTOM CAPTURE" section inside "SETTINGS"

Video Tutorial on setting up a Custom Capture Questionaire.

Question Type
Description

Yes/No

Design a True or False response, and ask for a photo depending on the response, if required

Text Entry

The user is provided a text box to input their answer, and a photo attachment can also be requested.

Capture Photo

No response field. The user simply submits additional photos.

Step 3: Adding Custom Photo Capture Flow to API Key

To setup the Custom Photo Capture, user can select in API-KEY section.

  1. Select the "Inclue Custom Photo Capture Flow" in Create or Edit API Key

  2. Select the Flow user desire.

  3. Save Changes and everything will be ready.

CaptureUI

The end user will see the custom capture flow at the end of the inspection process. Below is a sample screenshot:

API-Response

"forms": {
        "data": {
            "exterior": {
                "do_you_have_a_roof_rail": true
            },
            "interiors": {
                "is_the_seatbelt_still_intact": true,
                "does_the_vehicle_have_leather_seats": false
            },
            "vehicle_information": {
                "make": "Volkswagen",
                "model": "Golf",
                "model_year": "2015"
            }
        },
        "attachments": {
            "exterior": {
                "do_you_have_a_roof_rail": [
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "size": 1983370,
                        "filename": "user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "extension": "jpg"
                    },
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "size": 1984286,
                        "filename": "user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "extension": "jpg"
                    }
                ]
            },
            "interiors": {
                "is_the_seatbelt_still_intact": [
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "size": 2003328,
                        "filename": "user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "extension": "jpg"
                    }
                ]
            }
        }

Sample JSON

28KB
Custom Capture - Full JSON Sample.txt
Sample Yes/No Question