Shopify Product Cares/Registration
BlogSchedule a callContact us
V2 Latest
V2 Latest
  • Overview
  • Frontend Page
    • Prefill form fields
    • Registered entries
    • Fill product with serial number
  • Claim Warranty
  • App Admin
    • Forms
      • Listing
        • Registration detail
      • Form Design
      • Form Settings
        • Limit product search to specific products
        • Auto registration on new order
      • Claim Warranty Form
    • Serial Numbers
      • Serial number with file download
    • Warranty / Care Plans
      • Create a warrant plan product
      • Cross-selling warranty / care plan
    • App Settings
      • General Settings
      • Custom From Email
      • Languages
    • Email Templates
    • Warranty
    • Navigation
    • Customer Admin Link
    • Registrations In Account Area
    • Form inside Shopify Page
    • Add registrations for customer
  • POS (Point Of Sales)
  • Shopify admin links
  • Integrations
    • Klaviyo
    • Mailchimp
    • Stripe payment
    • Gorgias
  • Video tutorials
  • Advance
    • API
    • Import/Migrate Registrations
    • Webhook
    • Downloadable assets after submit
    • Serial number checker/validator
    • Shopify Flow
  • Frequently Asked Questions (FAQ)
    • Why is View on the frontend link not working?
  • Migrate to v2
  • Change Logs
  • Contact us
  • Terms & Conditions
  • Privacy Policy and Data Protection
Powered by GitBook
On this page
  • Setup
  • Obtain the API Endpoint
  1. Integrations

Gorgias

Add product registration and warranty details to customer information in Gorgias, enabling seamless access to this data directly within the Gorgias interface.

PreviousStripe paymentNextAPI

Last updated 2 months ago

Setup

Gorgias supports HTTP integrations, allowing it to call external API endpoints to retrieve and display information directly within the Gorgias interface.

To set up the integration, follow the instructions provided in the .

During the setup process, you will be prompted to provide an API endpoint. This endpoint will be used to fetch customer-related information, such as email or other details, from the app.

Obtain the API Endpoint

The API endpoint for integrating with Gorgias is:

This endpoint requires an authorization token (API key) to be included in the request headers, as specified in the Gorgias HTTP Integration guide. You can obtain the API key by navigating to App Admin > App Settings > General > API Access Token in the app.

Ensure the token is securely stored and used only for authorized requests.

Gorgias HTTP Integration documentation
https://product-reg.varify.xyz/api/gorgias/users?email={{ticket.customer.email}}