This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Microsoft.AspNetCore.Mvc; | |
| using Microsoft.Extensions.Logging; | |
| using Umbraco.Engage.Infrastructure.Analytics.Goals; | |
| namespace UmbracoProject; | |
| [ApiController] | |
| [Route("api/goals")] | |
| public class CustomGoalController( | |
| IGoalService goalService, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "$schema": "https://json-schema.org/draft-07/schema#", | |
| "title": "DiscoveryAnswers", | |
| "type": "object", | |
| "properties": { | |
| "who_is_the_prospect": { | |
| "type": "string", | |
| "description": "Company name and what they do" | |
| }, | |
| "what_problem_are_they_trying_to_solve": { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Great Demo Situation Slide", | |
| "type": "object", | |
| "properties": { | |
| "customer_name": { | |
| "type": "string", | |
| "description": "The name of the customer or organization" | |
| }, | |
| "job_title_industry": { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Afar | |
| Afar (Djibouti) | |
| Afar (Eritrea) | |
| Afar (Ethiopia) | |
| Afrikaans | |
| Afrikaans (Namibia) | |
| Afrikaans (South Africa) | |
| Aghem | |
| Aghem (Cameroon) | |
| Akan | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System.Linq; | |
| using Umbraco.Core; | |
| using Umbraco.Core.Composing; | |
| using Umbraco.Core.Events; | |
| using Umbraco.Core.Services; | |
| using Umbraco.Core.Services.Implement; | |
| using System.Net.Http; | |
| using Umbraco.Core.Logging; | |
| using System; | |
| using Umbraco.Core.IO; |