By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
A Highly Practical, Demo-Ready Study Guide for Sales Engineers
APIs and integrations are the "plumbing" that connects your product to the rest of a customer’s tech stack. In modern deals, they’re often the #1 technical blocker—if your product doesn’t play nice with their CRM, ERP, or security tools, the deal stalls. Real-world scenario: A cybersecurity SE is in a competitive POC for a SOC 2 compliance tool. The prospect’s CISO says, “We can’t adopt this if it doesn’t integrate with our SIEM (Splunk) and ticketing system (ServiceNow).” The SE who can demonstrate a live API call, show pre-built connectors, and explain error handling wins the deal. The one who says “We have an API” and moves on loses.
Goal: Find out what systems they use, how critical integrations are, and who owns them.Sample questions:- “What’s your current workflow for [process your product replaces]? What tools are involved?” (e.g., “How do you currently get alerts from your SIEM into your ticketing system?”) - “If our product didn’t integrate with [X], what would the workaround be?” (Reveals pain.) - “Who on your team would be responsible for setting up and maintaining integrations?” (Identifies Economic Buyer or Champion.) - “Have you had bad experiences with integrations in the past? What went wrong?” (Surfaces objections early.)
Pro tip: If they mention a tool you don’t integrate with, ask: “How often do you use [X]? Would a workaround be acceptable, or is this a hard requirement?” (Qualifies the deal.)
Goal: Show how your product fits into their ecosystem without overwhelming them.How to do it:- Draw a diagram (even a whiteboard sketch) of their current workflow vs. how it works with your product.- Highlight pre-built connectors: “We have native integrations with Salesforce, Slack, and Okta—no custom code needed.” - For custom integrations: “Our REST API lets you pull data into [their BI tool] with a few lines of Python.”
Demo flow:1. Show a list of pre-built integrations (e.g., a “Partners” page on your website).2. Live-demo one integration (e.g., “Let’s see how we sync data with Salesforce in real time.”).3. Show the API docs (Swagger/OpenAPI) and let them explore.
Sample dialogue:
Prospect: “We use Tableau for reporting. Can we pull data from your product into it?” SE: “Absolutely. Here’s our REST API—you can query our data model directly. Let me show you a sample Python script that pulls user activity logs into Tableau. [Live demo.] If you’d rather not write code, we also have a pre-built Tableau connector.”
Option 1: Pre-Built Connector (Easiest)- When to use: Prospect uses a common tool (Salesforce, Slack, etc.).- Demo script: 1. “Let’s connect our product to Slack in 2 minutes.” 2. Live setup: Click “Connect to Slack,” authorize, send a test alert. 3. “Now, whenever [X event happens], your team gets a Slack notification.”
Option 2: API Call (Technical Audience)- When to use: Prospect has devs in the room or wants to see under the hood.- Demo script: 1. “Let’s make a live API call to pull your user data.” 2. Use Postman or cURL: Show a GET request to your API. 3. “Here’s the JSON response—this is what you’d use to build a custom dashboard.”
Option 3: Webhook (Real-Time Automation)- When to use: Prospect cares about real-time alerts (e.g., security, monitoring).- Demo script: 1. “Let’s set up a webhook to send alerts to your SIEM.” 2. Configure a test webhook in your product, trigger an event, show the payload in their tool. 3. “Now, every time [X] happens, your SIEM gets an instant alert.”
Pro tip: Always record a backup video of the demo in case of technical issues.
Common objections and how to respond:| Objection | SE Response | |--------------|----------------| | “Your API doesn’t support [X].” | “We don’t have a pre-built connector for [X], but our REST API lets you build one in [timeframe]. Here’s a sample script to get you started.” | | “We don’t have dev resources.” | “No problem—we have pre-built connectors for [Zapier/MuleSoft] so your ops team can set this up without code.” | | “Your competitor’s integration is easier.” | “Can you show me their docs? [Pause.] I see they support [X], but we also support [Y and Z], which are critical for your use case. Let’s compare the two.” | | “What if the API goes down?” | “We have a 99.9% SLA, and our API includes retry logic and circuit breakers. Here’s our status page where you can monitor uptime.” |
Goal: Give them a low-risk way to test the integration before buying.POC checklist:✅ Define success criteria: “If we can pull 100 records from your CRM into our product in under 5 minutes, the POC is a success.” ✅ Provide a sandbox: “Here’s a test environment with sample data—no risk to your production systems.” ✅ Give them a script: “Here’s a Python script to test the API. Run it, and let us know if you hit any snags.” ✅ Schedule a check-in: “Let’s sync in 3 days to review your progress.”
Sample POC email:
Subject: POC Setup – [Your Product] + [Their Tool] Hi [Champion], Here’s everything you need to test our integration: - Sandbox URL: [link] - API docs: [link] - Sample script: [attachment] - Success criteria: [X] Let’s schedule a 15-minute check-in on [date] to review. Let me know if you hit any roadblocks! —[Your Name]
Goal: Move from “It works” to “This will save us $X/year.” How to do it:- Quantify the impact: “By automating this workflow, you’ll save 10 hours/week of manual data entry.” - Link to their pain: “You mentioned that [problem] costs you $50K/year in lost productivity. This integration will cut that by 80%.” - Get the Champion to sell it: “[Champion], how would you explain this integration’s value to your CFO?”
Prospect: “The integration works, but I’m not sure it’s worth the extra cost.” SE: “Let’s do the math. You said your team spends 15 hours/week manually exporting data from [Tool A] to [Tool B]. At $50/hour for a data analyst, that’s $39K/year. Our integration automates this in 5 minutes. Even with the $10K/year cost, you’re saving $29K. Does that make sense?”
Correction: Always level-set at the start of the demo.- Bad: “Our REST API supports OAuth 2.0.” (Jargon overload.) - Good: “An API is like a waiter in a restaurant—it takes your order (request) and brings back your food (data). Let me show you how it works.”
Why? Non-technical buyers will nod along but not understand. Lose trust = lose the deal.
Correction: Anchor the demo to their pain.- Bad: “Here’s our API. You can do GET, POST, PUT, DELETE…” - Good: “You mentioned that your team wastes time manually exporting data. Let’s see how our API can automate that. Here’s a script that pulls your CRM data into our product in 30 seconds.”
Why? Prospects don’t care about APIs—they care about solving their problem.
Correction: Proactively address reliability.- Bad: “Our API is really stable.” (Vague.) - Good: “We have a 99.9% uptime SLA, and our API includes retry logic. Here’s our status page where you can monitor performance. If there’s an issue, our support team responds within 15 minutes.”
Why? Security and reliability are top objections in enterprise deals.
Correction: Set realistic expectations.- Bad: “We can integrate with anything!” (False.) - Good: “We have pre-built connectors for [X, Y, Z]. For other tools, our API lets you build custom integrations. Here’s a sample script to get you started.”
Why? Prospects will hold you to your promises—don’t set yourself up for failure.
Correction: Always push for a POC if integrations are a deal-breaker.- Bad: “Trust us, it works.” (No proof.) - Good: “Let’s do a 2-week POC. We’ll set up a sandbox, give you a test script, and prove this works in your environment. If it doesn’t, no hard feelings.”
Why? POCs reduce risk for the buyer and increase close rates for you.
How to handle it:- Acknowledge: “That’s a great question—I want to make sure I give you the right answer.” - Buy time: “Let me check with our engineering team and get back to you by EOD.” - Follow up: Send a detailed email with the answer + next steps.
Why? Prospects respect honesty and follow-through more than BS.
How to respond:1. Ask for details: “Can you show me their docs? I’d love to understand what they’re doing differently.” 2. Compare apples-to-apples: “I see they support [X], but we also support [Y and Z], which are critical for your use case. Let’s compare the two.” 3. Offer a POC: “Why don’t we do a side-by-side POC? You can test both integrations and see which one works better for your team.”
Why? Never badmouth competitors—focus on your strengths.
How to handle it:- Assess feasibility: “Let me check with our engineering team to see if this is possible.” - Offer alternatives: “We don’t support [X] today, but here are 3 ways to achieve the same result: [A, B, C].” - Push for a POC: “If this is a hard requirement, let’s do a POC to test the custom integration.”
Why? Never say “no” outright—always offer a path forward.
Answer:- Qualify: “How critical is [Tool X] to your workflow? Would a workaround be acceptable?” - Offer alternatives: “We don’t have a pre-built connector, but our API lets you build a custom integration. Here’s a sample script to get you started.” - Push for a POC: “Let’s do a 2-week POC to test the custom integration.”
Answer:- Acknowledge the concern: “That’s a great question—reliability is critical.” - Show proof: “We have a 99.9% uptime SLA, and our API includes retry logic. Here’s our status page where you can monitor performance.” - Offer a backup plan: “If there’s an issue, our support team responds within 15 minutes.”
Answer:- Ask for details: “What’s your expected request volume?” - Offer a solution: “We can increase your rate limit to [X] requests/minute. Let’s discuss pricing for that tier.” - Push for a POC: “Let’s do a POC to test the higher rate limit in your environment.”
Final Pro Tip: Record your best integration demos and reuse them. A 2-minute video of your product syncing with Salesforce is worth 10x more than a slide deck.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.