{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Providers","siteUrl":"https://docs.synqly.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"providers","__idx":0},"children":["Providers"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A Provider is a specific third-party platform that your customers use, such as Jira, ServiceNow,"," ","Okta, Slack, or AWS."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["While Connectors represent a business capability such as ticketing, identity, or messaging,"," ","Providers are the individual products that implement those capabilities. Each Provider exposes"," ","its own APIs, authentication requirements, data models, and operational behavior."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"why-providers-matter","__idx":1},"children":["Why Providers Matter"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Providers are the systems where work ultimately happens. A ticket is created in Jira or"," ","ServiceNow. A user is managed in Okta. A message is sent through Slack."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Although Providers within the same category often offer similar functionality, they differ"," ","significantly in how that functionality is exposed:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"What varies"},"children":["What varies"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Examples"},"children":["Examples"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Authentication"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OAuth 2.0, API keys, service accounts, SAML"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["API structure"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REST, GraphQL, SOAP, or proprietary conventions"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rate limits"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Throttling policies differ widely across providers"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Pagination"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cursor-based, offset-based, or token-based"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Resource schemas"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Field names, types, and relationships vary per provider"]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"The benefits of abstraction"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Without an abstraction layer, applications would need to understand and accommodate these"," ","differences for every supported Provider. Synqly handles this so your application never has to."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"providers-and-connectors","__idx":2},"children":["Providers and Connectors"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The relationship between Connectors and Providers is central to the Synqly model."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A Connector defines a common interface for a category of functionality, while Providers are the"," ","underlying implementations of that functionality."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    conn(Ticketing Connector)\n    jira(Jira)\n    snow(ServiceNow)\n    zen(Zendesk)\n\n    conn --> jira & snow & zen\n","diagramHtml":"<svg id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 378.984375px;\" viewBox=\"0 0 378.984375 174\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .error-icon{fill:#552222;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .error-text{fill:#552222;stroke:#552222;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-thickness-normal{stroke-width:1px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-thickness-thick{stroke-width:3.5px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-pattern-solid{stroke-dasharray:0;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-pattern-dashed{stroke-dasharray:3;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edge-pattern-dotted{stroke-dasharray:2;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .marker{fill:#333333;stroke:#333333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .marker.cross{stroke:#333333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e p{margin:0;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .cluster-label text{fill:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .cluster-label span{color:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .cluster-label span p{background-color:transparent;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .label text,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e span{fill:#333;color:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node rect,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node circle,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node ellipse,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node polygon,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .rough-node .label text,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node .label text,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .image-shape .label,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .icon-shape .label{text-anchor:middle;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .rough-node .label,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node .label,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .image-shape .label,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .icon-shape .label{text-align:center;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node.clickable{cursor:pointer;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .arrowheadPath{fill:#333333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .flowchart-link{stroke:#333333;fill:none;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .cluster text{fill:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .cluster span{color:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e rect.text{fill:none;stroke-width:0;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .icon-shape,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .icon-shape p,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .icon-shape .label rect,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e .node .neo-node{stroke:#9370DB;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node rect,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].cluster rect,#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M99.679,62L88.852,66.167C78.026,70.333,56.372,78.667,45.545,86.333C34.719,94,34.719,101,34.719,104.5L34.719,108\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-L_conn_jira_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_jira_0\" data-points=\"W3sieCI6OTkuNjc4OTM2Mjk4MDc2OTIsInkiOjYyfSx7IngiOjM0LjcxODc1LCJ5Ijo4N30seyJ4IjozNC43MTg3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointEnd)\"></path><path d=\"M169.836,62L169.836,66.167C169.836,70.333,169.836,78.667,169.836,86.333C169.836,94,169.836,101,169.836,104.5L169.836,108\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-L_conn_snow_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_snow_0\" data-points=\"W3sieCI6MTY5LjgzNTkzNzUsInkiOjYyfSx7IngiOjE2OS44MzU5Mzc1LCJ5Ijo4N30seyJ4IjoxNjkuODM1OTM3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointEnd)\"></path><path d=\"M250.199,62L262.601,66.167C275.003,70.333,299.806,78.667,312.208,86.333C324.609,94,324.609,101,324.609,104.5L324.609,108\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-L_conn_zen_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_zen_0\" data-points=\"W3sieCI6MjUwLjE5OTA2ODUwOTYxNTQsInkiOjYyfSx7IngiOjMyNC42MDkzNzUsInkiOjg3fSx7IngiOjMyNC42MDkzNzUsInkiOjExMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_jira_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_snow_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_zen_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-flowchart-conn-0\" data-look=\"classic\" transform=\"translate(169.8359375, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-88.921875\" y=\"-27\" width=\"177.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-73.921875, -12)\"><rect></rect><foreignObject width=\"147.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ticketing Connector</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-flowchart-jira-1\" data-look=\"classic\" transform=\"translate(34.71875, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-26.71875\" y=\"-27\" width=\"53.4375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-11.71875, -12)\"><rect></rect><foreignObject width=\"23.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-flowchart-snow-2\" data-look=\"classic\" transform=\"translate(169.8359375, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-58.3984375\" y=\"-27\" width=\"116.796875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-43.3984375, -12)\"><rect></rect><foreignObject width=\"86.796875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>ServiceNow</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-flowchart-zen-3\" data-look=\"classic\" transform=\"translate(324.609375, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-46.375\" y=\"-27\" width=\"92.75\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-31.375, -12)\"><rect></rect><foreignObject width=\"62.75\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Zendesk</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-4db1b7287364d220431c5aa8e9d00ebb6a2387bf8e04ebd781f2d7a0263f0c6e-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 378.984375px;\" viewBox=\"0 0 378.984375 174\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .error-icon{fill:#a44141;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .error-text{fill:#ddd;stroke:#ddd;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-thickness-normal{stroke-width:1px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-thickness-thick{stroke-width:3.5px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-pattern-solid{stroke-dasharray:0;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-pattern-dashed{stroke-dasharray:3;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edge-pattern-dotted{stroke-dasharray:2;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .marker{fill:lightgrey;stroke:lightgrey;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .marker.cross{stroke:lightgrey;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f p{margin:0;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .cluster-label text{fill:#F9FFFE;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .cluster-label span{color:#F9FFFE;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .cluster-label span p{background-color:transparent;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .label text,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f span{fill:#ccc;color:#ccc;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node rect,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node circle,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node ellipse,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node polygon,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .rough-node .label text,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node .label text,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .image-shape .label,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .icon-shape .label{text-anchor:middle;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .rough-node .label,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node .label,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .image-shape .label,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .icon-shape .label{text-align:center;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node.clickable{cursor:pointer;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .arrowheadPath{fill:lightgrey;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .flowchart-link{stroke:lightgrey;fill:none;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .cluster text{fill:#F9FFFE;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .cluster span{color:#F9FFFE;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f rect.text{fill:none;stroke-width:0;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .icon-shape,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .icon-shape p,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .icon-shape .label rect,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f .node .neo-node{stroke:#ccc;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node rect,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].cluster rect,#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node polygon{stroke:url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node path{stroke:url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-gradient);stroke-width:1px;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node circle{stroke:url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M99.679,62L88.852,66.167C78.026,70.333,56.372,78.667,45.545,86.333C34.719,94,34.719,101,34.719,104.5L34.719,108\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-L_conn_jira_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_jira_0\" data-points=\"W3sieCI6OTkuNjc4OTM2Mjk4MDc2OTIsInkiOjYyfSx7IngiOjM0LjcxODc1LCJ5Ijo4N30seyJ4IjozNC43MTg3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointEnd)\"></path><path d=\"M169.836,62L169.836,66.167C169.836,70.333,169.836,78.667,169.836,86.333C169.836,94,169.836,101,169.836,104.5L169.836,108\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-L_conn_snow_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_snow_0\" data-points=\"W3sieCI6MTY5LjgzNTkzNzUsInkiOjYyfSx7IngiOjE2OS44MzU5Mzc1LCJ5Ijo4N30seyJ4IjoxNjkuODM1OTM3NSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointEnd)\"></path><path d=\"M250.199,62L262.601,66.167C275.003,70.333,299.806,78.667,312.208,86.333C324.609,94,324.609,101,324.609,104.5L324.609,108\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-L_conn_zen_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_conn_zen_0\" data-points=\"W3sieCI6MjUwLjE5OTA2ODUwOTYxNTQsInkiOjYyfSx7IngiOjMyNC42MDkzNzUsInkiOjg3fSx7IngiOjMyNC42MDkzNzUsInkiOjExMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_jira_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_snow_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_conn_zen_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-flowchart-conn-0\" data-look=\"classic\" transform=\"translate(169.8359375, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-88.921875\" y=\"-27\" width=\"177.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-73.921875, -12)\"><rect></rect><foreignObject width=\"147.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ticketing Connector</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-flowchart-jira-1\" data-look=\"classic\" transform=\"translate(34.71875, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-26.71875\" y=\"-27\" width=\"53.4375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-11.71875, -12)\"><rect></rect><foreignObject width=\"23.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Jira</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-flowchart-snow-2\" data-look=\"classic\" transform=\"translate(169.8359375, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-58.3984375\" y=\"-27\" width=\"116.796875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-43.3984375, -12)\"><rect></rect><foreignObject width=\"86.796875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>ServiceNow</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-flowchart-zen-3\" data-look=\"classic\" transform=\"translate(324.609375, 139)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-46.375\" y=\"-27\" width=\"92.75\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-31.375, -12)\"><rect></rect><foreignObject width=\"62.75\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Zendesk</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-fad4aee5442ec84dd0c6d4f97f18251fd8d38af556de2ded7c23d1a87fd43a2f-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    conn(Ticketing Connector)\n    jira(Jira)\n    snow(ServiceNow)\n    zen(Zendesk)\n\n    conn --> jira & snow & zen\n"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Your application never talks directly to a Provider"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Your application interacts with the Connector, not directly with individual Providers. Synqly translates requests between the Connector's unified model and each Provider's native implementation, insulating your application from provider-specific APIs and changes over time."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Reuse integration logic across Providers"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When integrating with Synqly, your application integrates with a Connector rather than individual Providers. This allows much of the same integration logic to be reused across Providers within the same Connector category, reducing the amount of provider-specific code you need to maintain."]}]}]},"headings":[{"value":"Providers","id":"providers","depth":1},{"value":"Why Providers Matter","id":"why-providers-matter","depth":2},{"value":"Providers and Connectors","id":"providers-and-connectors","depth":2}],"frontmatter":{"slug":"guides/concepts/providers","seo":{"title":"Providers"}},"lastModified":"2026-07-02T06:20:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/concepts/providers","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}