Search help files, ask questions, get answers, and engage with your peers
Start here and get connected
Start discussions, ask questions, get answers
Find answers to questions in articles and help files
Submit ideas and suggestions
Read the latest news from our product team
Explore and RSVP for upcoming events
Connect with like-minded peers
Contact technical support, billing, invoicing, legal, and OpCon license keys
The OpCon API allows users to programmatically add jobs to schedules, enabling dynamic automation and integration with external systems. This guide provides a step-by-step overview of how to use the API to add jobs to schedules, including required fields and example requests. Required InformationTo add a job to a schedule using the API, you will need the following information:Schedule name or ID Job name or ID Frequency and instance details Any instance properties or overrides Authentication token with appropriate permissionsExample RequestBelow is an example of a POST request to the /schedule-actions endpoint to add a job to a schedule:POST /api/schedule-actions HTTP/1.1Host: your-opcon-serverAuthorization: Token your-auth-tokenContent-Type: application/json{ "scheduleName": "DailyProcessing", "action": "AddJob", "jobName": "DataImportJob", "frequency": "Daily", "instanceProperties": [ { "name": "InputFile", "value": "data_2024_01_01.csv" } ]}TipsEnsure the job a
If I wanted to build a job on the 11th day(any) of a quarterly period after weekends or holidays. What’s the best way to do that? For example, a frequency that would build on the following days this year.01/13/202504/11/202507/14/202510/14/2025
Swagger is a powerful interface for exploring and testing the OpCon API. It allows users to interact with API endpoints directly from a browser, making it ideal for learning, debugging, and validating API calls.🔐Accessing SwaggerTo access the Swagger interface, use the following URL format:https://<YourServername>/api/doc/index-html Replace <your-server> with the actual server name hosting your OpCon environment. This URL opens the Swagger documentation and testing interface for the OpCon API.🌠Features of SwaggerSwagger provides the following capabilities:Browse available API endpoints grouped by functionality. View detailed request and response formats. Authenticate using tokens to test secure endpoints. Execute API calls directly from the browser✅Authenticating in SwaggerTo test endpoints that require authentication, use the 'Authorize' button in Swagger. When prompted, enter your token prefixed with the word 'Token' followed by a space.Token <your-token-here>Ensu
Authentication is a critical first step when working with the OpCon API. It ensures that only authorized users and applications can interact with the system. There are two primary methods for obtaining an authentication token:1. Via Solution Manager (Web Interface)2. Via API Call (Programmatic Access) 1. Authentication via Solution ManagerThis method is ideal for users who prefer a graphical interface and need a quick way to generate a token for testing or manual API calls.Steps:Log into Solution Manager. Navigate to your User Profile. Click on 'External Token'. Click 'Generate Token'.Copy the token and use it in your API requests.✏Note: If you do not see the 'External Token' option, check your user permissions or OpCon version. 2. Authentication via API CallThis method is suitable for automation and scripting. You can generate both user and application tokens programmatically.Example PowerShell Script to Generate a User Token:$url = "https://<your-opcon-server>/tokens"$body = @{
As of June 17, 2025, AT&T has officially discontinued its email-to-text and text-to-email services, impacting many organizations that rely on these channels for alerts and service messages. This change affects any system configured to send SMS notifications via email, including the Symitar Paging System, which can no longer deliver texts to AT&T phone numbers through email.For credit unions and financial institutions using Symitar®, this disruption could mean missed alerts and communication gaps—especially for teams that depend on automated notifications for operational workflows.SMA’s Workaround: Twilio SMS Notification ScriptTo help clients navigate this change, SMA Technologies has developed a workaround using Twilio, a cloud communications platform. The solution is available as an open-source script on GitHub:https://github.com/smatechnologies/twilio-sms-notificationsThis script enables OpCon users to send SMS alerts directly through Twilio, bypassing the now-defunct email-
The OpCon API is a powerful interface that allows users to interact programmatically with the OpCon automation platform. Whether you're looking to automate tasks, integrate with external systems, or streamline workflows, the API provides the flexibility and control to make it happen.🔍What is the OpCon API?The OpCon API is a RESTful interface used by the OpCon web interface to perform actions such as job scheduling, property management, and system monitoring. It enables users to:Retrieve and update job details Manager global and instance properties Evaluate expressions Interact with schedules and scripts Authenticate securely using tokens🛠 PrerequisitesBefore you begin, ensure the following:You are an OpCon client with access to Solution Manager. Your user role has permissions to generate and use external tokens. You know your OpCon server URL.🔒AuthenticationAuthentication is required for most API calls. You can generate a token in two ways:Via Solution ManagerNavigate to your User P
The SMArt Email application will be registered with the SMATechnologies Microsoft tenant.Accept the SMArt Email application as an enterprise application in your organization's Microsoft tenant. Install the latest version of the SMArt Email connector* Select version 20 or above Installation of the SMArt Email connector can be managed with the OpCon Web Installer (OWI)* application. Finalize the setup by running the application (SMArtEmail.exe) from the command line with the arguments: Initial Admin Setup – run the application with arguments --msal –-renewMsalToken This will open a browser for you to grant permissions. If available, check the box that grants the permissions to everyone else in your organization. Once this step has been completed, running the application with the arguments below will no longer require the browser: --msal --renewMsalToken –-renewTokenSilent Admin Grants access to other users – run the application with the arguments --msal --renewMsalToken
📆 In relation to the OpCon release cadence, this feature was made available to OpCon Cloud customers in the winter of 2025. For on-prem customers, it was also included in the annual/winter release. The OpCon RPA client is now available, providing users with a powerful standalone tool to create and manage automation tasks. Users can design automated workflows using bots to record activities and leverage Optical Character Recognition (OCR) capabilities. These recordings integrate seamlessly with OpCon, enabling centralized management and orchestration of automation efforts. We are committed to continuously enhancing and improving the RPA client throughout the year.
📆 In relation to the OpCon release cadence, this feature was made available to OpCon Cloud customers in the summer of 2024. For on-prem customers, Otto is not available. Otto, the AI Assistant, is now available via web chat. Otto offers access to an evolving knowledge base, email support capabilities, and assistance with daily operator tasks. It also provides guidance on troubleshooting job failures, including accessing logs and job output details. These capabilities are designed to streamline operations and enhance productivity.Otto can perform skills on your behalf such as:Add a daily job Build a schedule Delete a daily job Get failed daily jobs and/or schedules Restart failed jobs Update a job, machine, or schedule statusHere are a few of the resources included in Otto’s knowledge base that are searched when you ask a question:OpCon product and integration documentation OpCon FAQs Industry use cases OpCon REST API specificationsSince the initial release of Otto, it has learned new
📆 In relation to the OpCon release cadence, this feature was made available to OpCon Cloud customers in the spring of 2024. For on-prem customers, it was included in the annual/winter release. Solution Manager now supports the majority of 508 Accessibility standards, delivering key enhancements such as improved screen reader compatibility, intuitive keyboard navigation, high-contrast modes, and text resizing options. These updates mark significant progress toward a fully inclusive experience for all users.✏Note: Solution Manager meets all L1 guidelines of Web Content Accessibility Guidelines (WCAG) 2.0.Accessibility support has been added to the following places:Main navigation Solution Manager Home Solution Manager Library Solution Manager Calendars Solution Manager Global Properties Solution Manager Logs Solution Manager Frequencies And many more pages
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.