Skip to main content

Your web browser is out of date. Update your browser for more security, speed and the best experience on this site.

Update your browser
Wondering where to start? Jump start your automation journey with this comprehensive Buyer's Guide.
DOWNLOAD NOW
SMA Technologies Logo
  • Products
    Op Con Icon Large 256x256

    OpCon Core Automation

    Reduce risk and improve efficiency with automated end-of-day ACH and draft processing.

    Wripple 288

    Integrate

    Our integration platform designed to connect systems and synchronize data in real time.

    Encapture icon

    Encapture Intelligent Document Processing

    Eliminate manual data scrubbing for CRA, HMDA, and 1071 with our intelligent document processing solution.

    Use Cases Use Cases Integrations Integrations Case Studies Case Studies
  • Solutions

    Industries

    • Banks
    • Credit Unions
    • CUSOs & Data Centers
    • Insurance

    Teams

    • Operations
    • IT
    • Leaders
    Use Cases Use Cases Integrations Integrations Case Studies Case Studies
  • Resources

    Learn

    • Blog
    • eBooks & Reports
    • Events & Webinars
    • Demo Videos
    • View All Resources

    Support

    • Support Options
    • SMA Community
    • Events
    • Product Training
    • Documentation
    • Technical Support Portal

    About

    • About SMA Technologies
    • News
    • Leadership
    • Careers
    • Partners & Resellers
    • Contact Us
  • Contact Us
  • Log In

    OpCon

Support and Services

Industry-Leading Expertise and Service

Our team has the technical know-how to support your automation goals.

What our customers are saying about us

<div class="container"> <div class="grid grid-cols-12 gap-y-12 lg:gap-12 justify-items-center"> <div class="col-span-12 lg:col-span-3"> <div class="circular-progress flex justify-self-center" data-progress="92"> <div class="inner-circle"></div> <p class="percentage">0%</p> </div> <h4 class="h4 text-center">Technical Support Customer Satisfaction Score (CSAT)</h4> </div> <div class="col-span-12 lg:col-span-3"> <div class="circular-progress" data-progress="100"> <div class="inner-circle"></div> <p class="percentage">0%</p> </div> <h4 class="h4 text-center">Managed Services Customer Satisfaction Score (CSAT)</h4> </div> <div class="col-span-12 lg:col-span-3"> <div class="circular-progress" data-progress="84"> <div class="inner-circle"></div> <p class="percentage">0%</p> </div> <h4 class="h4 text-center">Consulting Services Customer Satisfaction Score (CSAT)</h4> </div> <div class="col-span-12 lg:col-span-3"> <div class="circular-progress" data-progress="99"> <div class="inner-circle"></div> <p class="percentage">0%</p> </div> <h4 class="h4 text-center">Training Class Evaluation Score (CSAT)</h4> </div> </div> <p class="pt-8 text-center"><em>**Running 3 Quarter Data</em></p> </div>

Technical Support and Service Offerings

Consulting Services

We’re experts in banking and credit union operations, partnering closely with your team to automate manual processes and build seamless, integrated systems. Whether it's OpCon, Encapture, or VisualCron, our experienced professionals bring deep knowledge of real-world use cases and a proven track record of delivering successful outcomes for hundreds of customers.

See our consulting services

Managed Services

Our team of industry experts understands the unique processes of banks and credit unions and is dedicated to driving solution success through the implementation of best practices and continuous process improvement.

We offer both monitoring and tuning services, as well as hands-on support to build new workflows and automation solutions. Partnering closely with your team, we help define task priorities and provide around-the-clock monitoring—24/7/365 to ensure smooth, reliable operations.

See our managed services

Technical Support

We take a hands-on approach with every customer interaction to ensure issues are properly tracked, addressed, and resolved. Our team advocates for customers by elevating their concerns and feedback directly to our Product team. Support is structured in tiers, with 24/7 on-call assistance available for our most critical solutions—ensuring you have help when you need it.

See our technical support

Education

We offer both self-guided and instructor-led training options. Led by product experts, our sessions feature hands-on exercises using real products and solutions, delivered in an interactive and collaborative learning environment.

See our training options

Quick Links

Customer Community

Explore Peer Forums

Documentation

Review OpCon Help Documentation

Knowledge Base

Browse Community Knowledge Base

Contact Support

Open a Ticket

Service Level Agreements

View SLAs

Customer Support FAQs

SMA Technologies offers 24/7 phone support for customers experiencing P1 or P2 production outages and emergencies.

You can contact support at these numbers:

United States

Toll-Free: 1-877-363-2305

France

Toll-Free: +33 (0) 805 696 320

SMA Technologies offers 24/7 phone support for customers experiencing P1 or P2 production outages and emergencies.

You can contact support at these numbers:

United States

Toll-Free: 1-877-363-2305

France

Toll-Free: +33 (0) 805 696 320

Phone support is for customers experiencing a production outage or in need of emergency assistance. This number is staffed 24 hours per day, 7 days per week for P1 or P2 issues; please refer to our support policy to see if you are experiencing a P1 or P2 issue.

All phone support calls received that are not production outages (P1 or P2) are subject to a fee of $250 per hour and should instead be submitted by opening a ticket for a technical support case.

Phone support is for customers experiencing a production outage or in need of emergency assistance. This number is staffed 24 hours per day, 7 days per week for P1 or P2 issues; please refer to our support policy to see if you are experiencing a P1 or P2 issue.

All phone support calls received that are not production outages (P1 or P2) are subject to a fee of $250 per hour and should instead be submitted by opening a ticket for a technical support case.

<style> .circular-progress {position: relative;width: 150px;height: 150px;border-radius: 50%;background: conic-gradient(#0076a8 0deg, #f0f6f7 0deg);display:flex;justify-self:center;} .inner-circle {position: absolute;width: 120px;height: 120px;border-radius: 50%;background-color: white;top: 50%;left: 50%;transform: translate(-50%, -50%);} .percentage {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 2rem;font-weight: bold;} .h4{font-family:'DM Sans',sans-serif,system-ui;margin-top:2rem;font-weight:500;font-size:1.25rem} .prose-lg img{max-height:400px;} p a{color: #0076a8;border-bottom: 2px solid #fa4716;font-weight: 500;} </style>
<script> document.addEventListener("DOMContentLoaded", function () { var circularProgresses = document.querySelectorAll(".circular-progress"); for (var i = 0; i < circularProgresses.length; i++) { (function(progress) { var progressStartValue = 0; var progressEndValue = parseInt(progress.getAttribute("data-progress"), 10); var speed = 20; var percentage = progress.querySelector(".percentage"); var progressInterval = setInterval(function () { progressStartValue++; percentage.textContent = progressStartValue + "%"; progress.style.background = "conic-gradient(#fa4716 " + (progressStartValue * 3.6) + "deg, #e0eff5 " + (progressStartValue * 3.6) + "deg)"; if (progressStartValue >= progressEndValue) { clearInterval(progressInterval); } }, speed); })(circularProgresses[i]); } }); </script>

About

  • About SMA
  • Leadership
  • Careers
  • Partners & Resellers
  • Contact Us
  • Request A Demo

Solutions

  • Encapture Intelligent Document Processing
  • OpCon Core Automation
  • Integration Platform
  • Robotic Process Automation
  • Managed File Transfer
  • Managed Automation Services

Resources

  • Blog
  • eBooks & Reports
  • Events & Webinars
  • Demo videos
  • Leaders in Transformation Newsletter

Support

  • Community
  • Product Training
  • Documentation
  • Contact Support
  • Legal Documents
  • Privacy Policy
  • Cookie Policy
  • Terms and Conditions
  • Sitemap

© SMA Technologies. All rights reserved, 2025