Widget

Your Widget Script

Concerns webhook sample data
{
  firstName: "John",
  gender: "men",
  phone: "+911234567890",
  concern: "wide hips",
}
                
Style Statement webhook sample data
{
  gender: "Male",
  email: "demo@demo.com",
  phone: "+911234567890",
  firstName: "John",
  questions: [...questionData],
  statement: "64a6451ed17f89fe225bf539",
  shape: "Hourglass",
  measurements: { //Only if customer provided the measurements
    hips: 0,
    waist: 0,
    shoulder: 0,
    bust: 0,
  }
  personality: "Gold Goddess",
  keywords: ["Fancy", "Belle", "Flamboyant"],
  website: "gobespoken.com",
}