Rating

4.9

Pre-built

150+

integrations

Total

100+

active users

avg

2 min

to connect

Custom Connections

Available

via HTTP connector

Market leaders run on Workato

  • monday.svg
  • box.svg
  • hp-2.svg
  • atlassian.svg
  • cisco.png

Build Powerful Workflows, fast

Triggers

When this happens…

Actions

Do this…

JupiterOne
  • Create Graph Entity
    Creates a new entity in JupiterOne using the GraphQL createEntity mutation. Use the scope parameter to prevent managed integrations from creating duplicate entities.
  • Create Graph Relationship
    Creates a new relationship between two entities in JupiterOne using the GraphQL createRelationship mutation.
  • Download Dashboard PDF
    Downloads the rendered dashboard PDF bytes from a signed storage URL (from Get Latest Dashboard PDF Notification) and returns base64-encoded content suitable for email attachment steps.
  • Evaluate Rule
    Triggers an immediate evaluation of a JupiterOne alert rule using the GraphQL evaluateRuleInstance mutation. Evaluation runs asynchronously; the action returns the rule id when the evaluation has been accepted.
  • Evaluate Smart Class
    Triggers an immediate evaluation of a JupiterOne Smart Class using the GraphQL evaluateSmartClassRule mutation. By default evaluation runs asynchronously and the action returns when the evaluation has been accepted. Enable poll_for_completion to poll within Workato's per-action time limit (~150s); for longer evaluations use Get Smart Class Evaluation Status in a recipe repeat loop with fail_if_pending=false.
  • Execute J1QL Query
    Execute J1QL query using deferred response.
  • Export Dashboard PDF
    Invokes the invokeExportDashboardPdf GraphQL mutation. PDF rendering happens asynchronously server-side; pair with Get Latest Dashboard PDF Notification to retrieve the download link when ready.
  • Get Latest Dashboard PDF Notification
    Polls inAppNotifications for topic DASHBOARD_PDF_DOWNLOAD_SUCCESS, matching the configured dashboard name in body.message within a recency window. Returns the newest matching notification downloadLink.
  • Get Smart Class Evaluation Status
    Returns the current Smart Class rule evaluationStep and lastEvaluationEndOn from a single GraphQL query. Use in recipe repeat loops to wait for long-running evaluations without exceeding Workato per-action time limits.
  • List Integration Jobs
    Lists integration jobs for a JupiterOne integration instance using the GraphQL integrationJobs query. Use size=1 to fetch the most recent job (useful for detecting COMPLETED after sync finalize).
  • Update Graph Entity
    Updates an existing JupiterOne graph entity using the GraphQL updateEntityV2 mutation. Provide the entity _id and a JSON object of properties to add or update.
  • Any other action you can think up

JupiterOne Data Ingestion
  • Abort Sync Job
    Aborts an active sync job, discarding all uploaded data. Use this to cancel a job that should not be finalized.
  • Bulk Delete Entities
    Sends a bulk delete request for entities within an active sync job. Provide an array of objects containing entity _id values to delete.
  • Create Integration Instance
    Creates a new custom integration instance for use with the Sync API. Returns the instance ID needed for starting sync jobs.
  • Finalize Sync Job
    Finalizes a sync job, triggering the JupiterOne backend to process and apply all uploaded entities and relationships to the graph. Call this after all upload actions are complete.
  • Start Sync Job
    Starts a new synchronization job. Use source "integration-external" with an integration instance ID (scope is derived from the instance). Use source "api" with an explicit scope value (no integration instance). Returns the job ID needed for uploading data and finalizing.
  • Upload Combined Batch
    Uploads a batch of entities and/or relationships to an active sync job in a single API call. At least one of entities or relationships must be provided.
  • Upload Entities Batch
    Uploads a batch of entities to an active sync job. Recommended batch size: 250-500 entities per call. Each entity requires _key, _type, _class, and displayName at minimum.
  • Upload Relationships Batch
    Uploads a batch of relationships to an active sync job. Recommended batch size: 250-500 per call. IMPORTANT: Only works with DIFF sync mode, not PATCH. Each relationship requires _key, _type, _class, _fromEntityKey, and _toEntityKey.
  • Any other action you can think up

One platform

  • Power
  • Agility
  • Speed
  • Innovation