Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Sofy Web Scheduler Agent
Sofy Web Scheduler Agent

Sofy Web Scheduler Agent

SOFY.AI

| (0) | Free
Execute Your Scheduler for Sofy Web
Get it free

Sofy Web Scheduler – Azure DevOps Extension

This extension allows you to execute a Sofy Web Scheduler directly from your Azure DevOps Pipeline.

You can trigger a Sofy web scheduler by providing your schedule guid and Subscription Key.

Required Inputs

1️-Subscription Key

You must provide your Sofy subscription key.

You can find it by:

Logging into Sofy

Navigating to Settings

Opening the Integration section (Authentication dropdown)

2️-Schedule Run GUID

The unique identifier of your scheduler.

You can find this inside your Sofy dashboard under Schedule tab.

Usage (YAML Pipeline)

Add the Sofy task inside your Azure DevOps YAML pipeline.

trigger:

  • main

pool: vmImage: ubuntu-latest

steps:

  • task: SofyWebTask@1 inputs: scheduleRunGUID: 'scheduleRunGUID' subscriptionKey: 'subscriptionKey'

Sample Pipeline

trigger:

  • main

pool: vmImage: ubuntu-latest

steps:

  • task: SofyWebTask@1 inputs: scheduleRunGUID: '69773c4d1749de90bd7b6bb4' subscriptionKey: 'YOUR_SUBSCRIPTION_KEY' prompt: 'Open sofy.ai. Go to login page'

How It Works

This extension:

Accepts your inputs from the pipeline

Executes the internal task logic

Sends a POST request to Sofy’s public web agent API

Runs the provided schdeuler

Displays execution logs inside the Azure DevOps pipeline UI

Requirements

Azure DevOps YAML pipeline

Ubuntu or Windows agent (Microsoft-hosted supported)

Valid Sofy scheduleRunGUID

Valid subscriptionKey

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft