Expad
  1. Schemas
Expad
  • Eventos - Webhooks
  • webhooks
    • lead atualizado
    • lead criado
  • Create Lead
    POST
  • Get Lead
    GET
  • Insights
    GET
  • List Leads
    GET
  • Esquemas
    • Schemas
      • Webhook
        • Events
          • NewLead
          • LeadUpdated
        • LeadAttributionUser
        • LeadCart
        • LeadField
        • LeadProduct
      • Requests
        • CreateLeadRequest
      • AttributionUserPerformance
      • Department
      • Field
      • Interest
      • LeadActivityReason
      • LeadActivityReferenceLead
      • LeadActivity
      • LeadAiData
      • LeadAttributionUser
      • LeadAudio
      • LeadCampaignIdData
      • LeadCart
      • LeadDialog360Info
      • LeadFacebookAdsPixelData
      • LeadFile
      • LeadLossReason
      • LeadMessageContact
      • LeadMessage
      • LeadProduct
      • LeadTag
      • Lead
      • PerformanceWithIntValue
      • ProductPerformance
      • Product
      • Unit
      • BooleanMap
      • IntegerMap
      • LeadSource
      • LeadType
  1. Schemas

LeadMessage

{
    "audio": {
        "hasTranscription": true,
        "transcription": "string",
        "url": "string"
    },
    "contact": {
        "company": "string",
        "email": "string",
        "name": "string",
        "phoneNumber": "string",
        "url": "string"
    },
    "content": "string",
    "createdAt": 0,
    "file": {
        "id": "string",
        "lengthSeconds": 0,
        "mimeType": "string",
        "sizeBytes": 0,
        "url": "string"
    },
    "id": "string",
    "leadId": "string",
    "messageSender": "string",
    "messageType": "string",
    "through": "string"
}
Built with