Skip to main content
All CollectionsManagement Tools
Webhook Configuration
Webhook Configuration
T
Written by Tatiana
Updated over a week ago

Integrating your system with our API/Webhook can optimize your workflow by automatically notifying your designated endpoint of new inspections. Follow these steps to seamlessly configure and test the webhook/API integration:

Configuration Steps:

  1. Navigate to the 'Company Settings' > 'Settings' tab

  2. Scroll Down to 'Integrations' > API > Click to Setup > 'Webhook'

  3. Enter Webhook URL: In the provided field, enter the URL where you want the webhook notifications to be sent. This is a mandatory step and ensures that your system receives the necessary data.

  4. You can add some additional random strings on the WebHook URL to enhance security:

    • Header Name and Value Name

    • JSON Payload: Enable this option if you prefer to receive data in JSON format for enhanced compatibility.

  5. Save WebHook

Please Note: When Json Payload is turned off, the webhook will fall back to HTTP POST request with parameters

Testing the Integration

Once you've configured the webhook, it's essential to test its functionality to ensure seamless communication between systems.

  1. Simulate Inspection Trigger: Instead of manually initiating inspections for testing purposes, rely on the webhook to simulate the arrival of new inspections. This saves time and effort during the debugging phase. To do this simply:

    • Navigate back to the 'WebHook'

    • Click on the 'Test WebHook' button

  2. Make and API Request: Once the nominated endpoint receives the webhook, please make a request to our API using the corresponding Inspection ID to retrieve detailed information.

Did this answer your question?