 {
  "tray_export_version": 4,
  "export_type": "workflow",
  "workflows": [
    {
      "id": "fcb008a6-97dd-44b1-b149-bcd3c3b7fb59",
      "created": "2025-04-24T17:03:00.858218Z",
      "workspace_id": "fe1dc357-73fd-4beb-a857-548679b2e439",
      "project_id": "fa4eca57-61cd-4d36-b947-a7484aff03c8",
      "group": "9548249a-de47-4a36-b515-6aa484ec883e",
      "creator": "fe1dc357-73fd-4beb-a857-548679b2e439",
      "version": {
        "id": "53d4ae3e-31fe-4025-9670-8f1c996ceb62",
        "created": "2025-05-02T19:14:35.299484Z"
      },
      "title": "Import Databricks Rows into Salesloft for Account-based Signals | Domain Lookup",
      "description": "Utilize a Databricks table with revenue-generating data for an Account and import that data into the corresponding Salesloft account. This workflow uses Domain lookup or CRM ID (non SFDC) for Salesloft and updates a custom field that you created in the platform.",
      "enabled": false,
      "tags": [
        "Databricks",
        "Salesloft"
      ],
      "settings": {
        "config": {},
        "input_schema": {},
        "output_schema": {}
      },
      "steps_structure": [
        {
          "name": "trigger",
          "type": "normal",
          "content": {}
        },
        {
          "name": "databricks-1",
          "type": "normal",
          "content": {}
        },
        {
          "name": "loop-1",
          "type": "loop",
          "content": {
            "_loop": [
              {
                "name": "list-helpers-2",
                "type": "normal",
                "content": {}
              },
              {
                "name": "list-helpers-4",
                "type": "normal",
                "content": {}
              },
              {
                "name": "salesloft-3",
                "type": "normal",
                "content": {}
              },
              {
                "name": "boolean-condition-1",
                "type": "branch",
                "content": {
                  "true": [
                    {
                      "name": "list-helpers-3",
                      "type": "normal",
                      "content": {}
                    },
                    {
                      "name": "boolean-condition-2",
                      "type": "branch",
                      "content": {
                        "true": [],
                        "false": [
                          {
                            "name": "salesloft-4",
                            "type": "normal",
                            "content": {}
                          }
                        ]
                      }
                    }
                  ],
                  "false": [
                    {
                      "name": "salesloft-2",
                      "type": "normal",
                      "content": {}
                    }
                  ]
                }
              }
            ]
          }
        }
      ],
      "steps": {
        "boolean-condition-1": {
          "title": "Results Returned?",
          "description": "Checks the Salesloft API Response for the total_count. If the count is greater than zero, then we assume that the account exists and proceed down the true flow.\n\nIf no results are in the payload then proceed down the false flow to create the Account.",
          "connector": {
            "name": "boolean-condition",
            "version": "2.3"
          },
          "operation": "boolean_condition",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "conditions": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "value1": {
                      "type": "jsonpath",
                      "value": "$.steps.salesloft-3.response.body.metadata.paging.total_count"
                    },
                    "comparison_type": {
                      "type": "string",
                      "value": ">"
                    },
                    "value2": {
                      "type": "string",
                      "value": "0"
                    }
                  }
                }
              ]
            },
            "strictness": {
              "type": "string",
              "value": "All"
            }
          }
        },
        "boolean-condition-2": {
          "title": "Boolean condition",
          "description": "When the correct account is identified, this step checks if the custom field value has already been updated to the desired value. If the value is already set, the account is not updated the loop continues.\n\nIf the value is not set, this step updates the account.",
          "connector": {
            "name": "boolean-condition",
            "version": "2.3"
          },
          "operation": "boolean_condition",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "conditions": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "value1": {
                      "type": "jsonpath",
                      "value": "$.steps.list-helpers-3.result.custom_fields.['Rhythm Adopter']"
                    },
                    "comparison_type": {
                      "type": "string",
                      "value": "==="
                    },
                    "value2": {
                      "type": "string",
                      "value": "true"
                    }
                  }
                }
              ]
            },
            "strictness": {
              "type": "string",
              "value": "All"
            }
          }
        },
        "databricks-1": {
          "title": "Databricks Table Request",
          "description": "Executes a raw API request to the Databricks /sql/statements API to execute a SQL query.\n\nTry to write a time-based query so that the same data is not processed twice.",
          "connector": {
            "name": "databricks",
            "version": "1.0"
          },
          "operation": "raw_http_request",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "response": {
                "type": "object",
                "properties": {
                  "status_code": {
                    "type": "number"
                  },
                  "headers": {
                    "type": "object",
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "content-type": {
                        "type": "string"
                      },
                      "x-databricks-org-id": {
                        "type": "string"
                      },
                      "x-request-id": {
                        "type": "string"
                      },
                      "vary": {
                        "type": "string"
                      },
                      "strict-transport-security": {
                        "type": "string"
                      },
                      "x-content-type-options": {
                        "type": "string"
                      },
                      "server": {
                        "type": "string"
                      },
                      "alt-svc": {
                        "type": "string"
                      },
                      "connection": {
                        "type": "string"
                      },
                      "transfer-encoding": {
                        "type": "string"
                      }
                    }
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "statement_id": {
                        "type": "string"
                      },
                      "status": {
                        "type": "object",
                        "properties": {
                          "state": {
                            "type": "string"
                          }
                        }
                      },
                      "manifest": {
                        "type": "object",
                        "properties": {
                          "format": {
                            "type": "string"
                          },
                          "schema": {
                            "type": "object",
                            "properties": {
                              "column_count": {
                                "type": "number"
                              },
                              "columns": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "type_text": {
                                      "type": "string"
                                    },
                                    "type_name": {
                                      "type": "string"
                                    },
                                    "position": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "name",
                                    "type_text",
                                    "type_name",
                                    "position"
                                  ]
                                }
                              }
                            }
                          },
                          "total_chunk_count": {
                            "type": "number"
                          },
                          "chunks": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "chunk_index": {
                                  "type": "number"
                                },
                                "row_offset": {
                                  "type": "number"
                                },
                                "row_count": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "total_row_count": {
                            "type": "number"
                          },
                          "truncated": {
                            "type": "boolean"
                          }
                        }
                      },
                      "result": {
                        "type": "object",
                        "properties": {
                          "chunk_index": {
                            "type": "number"
                          },
                          "row_offset": {
                            "type": "number"
                          },
                          "row_count": {
                            "type": "number"
                          },
                          "data_array": {
                            "type": "array",
                            "items": {
                              "type": "array"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "error_handling": {},
          "authentication": {
            "group": "180203ce-0fac-4272-9c03-064564b0c27d",
            "title": "AWS QA Databricks",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/a2ba5034-ea50-46f2-96a6-495c0b482840.png"
            },
            "scopes": [],
            "service_name": "databricks",
            "service_version": 1
          },
          "properties": {
            "method": {
              "type": "string",
              "value": "POST"
            },
            "include_raw_body": {
              "type": "boolean",
              "value": false
            },
            "parse_response": {
              "type": "string",
              "value": "true"
            },
            "url": {
              "type": "object",
              "value": {
                "full_url": {
                  "type": "string",
                  "value": "https://dbc-c3e036b7-840a.cloud.databricks.com/api/2.0/sql/statements"
                }
              }
            },
            "body": {
              "type": "object",
              "value": {
                "raw": {
                  "type": "string",
                  "value": "{\n  \"statement\": \"SELECT * FROM turnpike.silver.account WHERE crm_id IS NOT NULL AND domain = 'b0c7e207-4bc9-eb11-bacc-0022480a9656.com' AND team_id = 400089\",\n  \"wait_timeout\": \"50s\",\n  \"warehouse_id\": \"50f9ec136f8e777c\"\n}"
                }
              }
            }
          }
        },
        "list-helpers-2": {
          "title": "Retreive Account Name ",
          "description": "(Action Required) | Change the index value to point to the column in your database that returns the Account Name.\n\nRetrieves the Account Name from the Databricks response. This value is needed for the Salesloft Create action.",
          "connector": {
            "name": "list-helpers",
            "version": "3.1"
          },
          "operation": "get_item_by_index",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "result": {
                "type": "string"
              }
            }
          },
          "error_handling": {},
          "properties": {
            "list": {
              "type": "jsonpath",
              "value": "$.steps.loop-1.value"
            },
            "index_error": {
              "type": "boolean",
              "value": false
            },
            "error_on_empty": {
              "type": "boolean",
              "value": false
            },
            "index": {
              "value": 12,
              "type": "integer"
            }
          }
        },
        "list-helpers-3": {
          "title": "Most Recent Account",
          "description": "(OPTIONAL) This step assumes that most Salesloft customers have duplicate accounts (i.e., Accounts with similar domains). If multiple accounts are returned,  this step will use the account that was most recently updated\n\nIf using crm_id, you can delete this step.",
          "connector": {
            "name": "list-helpers",
            "version": "3.1"
          },
          "operation": "first",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "result": {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "number"
                  },
                  "created_at": {
                    "type": "string"
                  },
                  "updated_at": {
                    "type": "string"
                  },
                  "archived_at": {
                    "type": "null"
                  },
                  "name": {
                    "type": "string"
                  },
                  "domain": {
                    "type": "string"
                  },
                  "conversational_name": {
                    "type": "null"
                  },
                  "description": {
                    "type": "null"
                  },
                  "phone": {
                    "type": "null"
                  },
                  "website": {
                    "type": "null"
                  },
                  "linkedin_url": {
                    "type": "null"
                  },
                  "twitter_handle": {
                    "type": "null"
                  },
                  "street": {
                    "type": "null"
                  },
                  "city": {
                    "type": "null"
                  },
                  "state": {
                    "type": "null"
                  },
                  "postal_code": {
                    "type": "null"
                  },
                  "country": {
                    "type": "null"
                  },
                  "locale": {
                    "type": "null"
                  },
                  "industry": {
                    "type": "null"
                  },
                  "company_type": {
                    "type": "null"
                  },
                  "founded": {
                    "type": "null"
                  },
                  "revenue_range": {
                    "type": "null"
                  },
                  "size": {
                    "type": "null"
                  },
                  "crm_id": {
                    "type": "null"
                  },
                  "crm_url": {
                    "type": "null"
                  },
                  "crm_object_type": {
                    "type": "string"
                  },
                  "owner_crm_id": {
                    "type": "null"
                  },
                  "prospector_engagement_score": {
                    "type": "null"
                  },
                  "prospector_engagement_level": {
                    "type": "null"
                  },
                  "last_contacted_at": {
                    "type": "null"
                  },
                  "last_contacted_type": {
                    "type": "null"
                  },
                  "do_not_contact": {
                    "type": "boolean"
                  },
                  "custom_fields": {
                    "type": "object",
                    "properties": {
                      "Rhythm Adopter": {
                        "type": "string"
                      }
                    }
                  },
                  "user_relationships": {
                    "type": "array",
                    "items": {}
                  },
                  "tags": {
                    "type": "array",
                    "items": {}
                  },
                  "counts": {
                    "type": "object",
                    "properties": {
                      "people": {
                        "type": "null"
                      }
                    }
                  },
                  "owner": {
                    "type": "object",
                    "properties": {
                      "_href": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  },
                  "creator": {
                    "type": "object",
                    "properties": {
                      "_href": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  },
                  "last_contacted_by": {
                    "type": "null"
                  },
                  "last_contacted_person": {
                    "type": "null"
                  },
                  "company_stage": {
                    "type": "null"
                  },
                  "account_tier": {
                    "type": "null"
                  }
                }
              }
            }
          },
          "error_handling": {},
          "properties": {
            "error_on_empty": {
              "type": "boolean",
              "value": false
            },
            "list": {
              "type": "jsonpath",
              "value": "$.steps.salesloft-3.response.body.data"
            }
          }
        },
        "list-helpers-4": {
          "title": "Retreive Domain or CRM ID",
          "description": "(Action Required) | Change the index value to point to the column in your database that returns the Domain or CRM ID.\n\nRetrieves the CRM_ID from the Databricks response. This value is needed for the Salesloft Create Action.",
          "connector": {
            "name": "list-helpers",
            "version": "3.1"
          },
          "operation": "get_item_by_index",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "result": {
                "type": "string"
              }
            }
          },
          "error_handling": {},
          "properties": {
            "list": {
              "type": "jsonpath",
              "value": "$.steps.loop-1.value"
            },
            "index_error": {
              "type": "boolean",
              "value": false
            },
            "error_on_empty": {
              "type": "boolean",
              "value": false
            },
            "index": {
              "value": 13,
              "type": "integer"
            }
          }
        },
        "loop-1": {
          "title": "Loop Databricks Results",
          "connector": {
            "name": "loop",
            "version": "1.3"
          },
          "operation": "loop_array",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "value": {
                "type": "array"
              },
              "count": {
                "type": "number"
              },
              "index": {
                "type": "number"
              },
              "is_first": {
                "type": "boolean"
              },
              "is_last": {
                "type": "boolean"
              },
              "branch_name": {
                "type": "string"
              }
            }
          },
          "error_handling": {},
          "properties": {
            "array": {
              "type": "jsonpath",
              "value": "$.steps.databricks-1.response.body.result.data_array"
            }
          }
        },
        "salesloft-2": {
          "title": "Create account",
          "description": "Creates the Account using the Name and Domain (or CRM ID) from the table.\n\nIt also sets the custom field value that will be used in the \"Account Updated Play\".",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "create_account",
          "output_schema": {},
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "fields": {
              "type": "object",
              "value": {
                "do_not_contact": {
                  "type": "boolean",
                  "value": false
                },
                "full_name": {
                  "type": "jsonpath",
                  "value": "$.steps.list-helpers-2.result"
                },
                "domain": {
                  "type": "jsonpath",
                  "value": "$.steps.list-helpers-4.result"
                },
                "custom_fields": {
                  "type": "array",
                  "value": [
                    {
                      "type": "object",
                      "value": {
                        "key": {
                          "type": "string",
                          "value": "Rhythm Adopter"
                        },
                        "value": {
                          "type": "string",
                          "value": "true"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "salesloft-3": {
          "title": "Get Accounts & Dups",
          "description": "(Action Required) | Executes a fuzzy match on domain in Salesloft. Update the key to crm_id if you plan to use that method.\n\nThis step assumes that most Salesloft customers have duplicate accounts (i.e. Accounts with similar domains).",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "raw_http_request",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "response": {
                "type": "object",
                "properties": {
                  "status_code": {
                    "type": "number"
                  },
                  "headers": {
                    "type": "object",
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "content-type": {
                        "type": "string"
                      },
                      "content-length": {
                        "type": "string"
                      },
                      "connection": {
                        "type": "string"
                      },
                      "x-frame-options": {
                        "type": "string"
                      },
                      "x-xss-protection": {
                        "type": "string"
                      },
                      "x-content-type-options": {
                        "type": "string"
                      },
                      "x-download-options": {
                        "type": "string"
                      },
                      "x-permitted-cross-domain-policies": {
                        "type": "string"
                      },
                      "referrer-policy": {
                        "type": "string"
                      },
                      "etag": {
                        "type": "string"
                      },
                      "cache-control": {
                        "type": "string"
                      },
                      "content-security-policy-report-only": {
                        "type": "string"
                      },
                      "x-request-id": {
                        "type": "string"
                      },
                      "x-runtime": {
                        "type": "string"
                      },
                      "strict-transport-security": {
                        "type": "string"
                      },
                      "vary": {
                        "type": "string"
                      },
                      "x-ratelimit-remaining-minute": {
                        "type": "string"
                      },
                      "x-ratelimit-limit-minute": {
                        "type": "string"
                      },
                      "x-ratelimit-endpoint-cost": {
                        "type": "string"
                      },
                      "x-entry-cluster": {
                        "type": "string"
                      },
                      "x-entry-pop": {
                        "type": "string"
                      },
                      "x-global-request-start": {
                        "type": "string"
                      }
                    }
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "metadata": {
                        "type": "object",
                        "properties": {
                          "filtering": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "object",
                                "properties": {
                                  "_contains": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "paging": {
                            "type": "object",
                            "properties": {
                              "per_page": {
                                "type": "number"
                              },
                              "current_page": {
                                "type": "number"
                              },
                              "next_page": {
                                "type": "null"
                              },
                              "prev_page": {
                                "type": "null"
                              },
                              "total_pages": {
                                "type": "number"
                              },
                              "total_count": {
                                "type": "number"
                              }
                            }
                          },
                          "sorting": {
                            "type": "object",
                            "properties": {
                              "sort_by": {
                                "type": "string"
                              },
                              "sort_direction": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "data": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "archived_at": {
                              "type": "null"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "conversational_name": {
                              "type": "null"
                            },
                            "description": {
                              "type": "null"
                            },
                            "phone": {
                              "type": "null"
                            },
                            "website": {
                              "type": "null"
                            },
                            "linkedin_url": {
                              "type": "null"
                            },
                            "twitter_handle": {
                              "type": "null"
                            },
                            "street": {
                              "type": "null"
                            },
                            "city": {
                              "type": "null"
                            },
                            "state": {
                              "type": "null"
                            },
                            "postal_code": {
                              "type": "null"
                            },
                            "country": {
                              "type": "null"
                            },
                            "locale": {
                              "type": "null"
                            },
                            "industry": {
                              "type": "null"
                            },
                            "company_type": {
                              "type": "null"
                            },
                            "founded": {
                              "type": "null"
                            },
                            "revenue_range": {
                              "type": "null"
                            },
                            "size": {
                              "type": "null"
                            },
                            "crm_id": {
                              "type": "null"
                            },
                            "crm_url": {
                              "type": "null"
                            },
                            "crm_object_type": {
                              "type": "string"
                            },
                            "owner_crm_id": {
                              "type": "null"
                            },
                            "prospector_engagement_score": {
                              "type": "null"
                            },
                            "prospector_engagement_level": {
                              "type": "null"
                            },
                            "last_contacted_at": {
                              "type": "null"
                            },
                            "last_contacted_type": {
                              "type": "null"
                            },
                            "do_not_contact": {
                              "type": "boolean"
                            },
                            "custom_fields": {
                              "type": "object",
                              "properties": {
                                "Rhythm Adopter": {
                                  "type": "string"
                                }
                              }
                            },
                            "user_relationships": {
                              "type": "array",
                              "items": {}
                            },
                            "tags": {
                              "type": "array",
                              "items": {}
                            },
                            "counts": {
                              "type": "object",
                              "properties": {
                                "people": {
                                  "type": "null"
                                }
                              }
                            },
                            "owner": {
                              "type": "object",
                              "properties": {
                                "_href": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                }
                              }
                            },
                            "creator": {
                              "type": "object",
                              "properties": {
                                "_href": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                }
                              }
                            },
                            "last_contacted_by": {
                              "type": "null"
                            },
                            "last_contacted_person": {
                              "type": "null"
                            },
                            "company_stage": {
                              "type": "null"
                            },
                            "account_tier": {
                              "type": "null"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "method": {
              "type": "string",
              "value": "GET"
            },
            "include_raw_body": {
              "type": "boolean",
              "value": false
            },
            "parse_response": {
              "type": "string",
              "value": "true"
            },
            "url": {
              "type": "object",
              "value": {
                "endpoint": {
                  "type": "string",
                  "value": "/v2/accounts"
                }
              }
            },
            "body": {
              "type": "object",
              "value": {
                "none": {
                  "type": "null",
                  "value": null
                }
              }
            },
            "query_parameters": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "key": {
                      "type": "string",
                      "value": "domain[_contains]"
                    },
                    "value": {
                      "type": "jsonpath",
                      "value": "$.steps.list-helpers-4.result"
                    }
                  }
                },
                {
                  "type": "object",
                  "value": {
                    "key": {
                      "type": "string",
                      "value": "include_paging_counts"
                    },
                    "value": {
                      "type": "string",
                      "value": "true"
                    }
                  }
                }
              ]
            }
          }
        },
        "salesloft-4": {
          "title": "Update account",
          "description": "Updates the most recent account from the previous step.\n\nPrimarily used to update the custom_field with the signal value from Databricks.",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "update_account",
          "output_schema": {},
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "fields": {
              "type": "object",
              "value": {
                "do_not_contact": {
                  "type": "boolean",
                  "value": false
                },
                "archived": {
                  "type": "boolean",
                  "value": false
                },
                "custom_fields": {
                  "type": "array",
                  "value": [
                    {
                      "type": "object",
                      "value": {
                        "key": {
                          "type": "string",
                          "value": "Rhythm Adopter"
                        },
                        "value": {
                          "type": "string",
                          "value": "true"
                        }
                      }
                    }
                  ]
                },
                "account_id": {
                  "type": "jsonpath",
                  "value": "$.steps.list-helpers-3.result.id"
                }
              }
            }
          }
        },
        "trigger": {
          "title": "Scheduled Trigger",
          "description": "Set up the trigger to run as often as needed.",
          "connector": {
            "name": "scheduled",
            "version": "3.5"
          },
          "operation": "weekly",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "synchronous": {
              "type": "boolean",
              "value": false
            },
            "public_url": {
              "type": "jsonpath",
              "value": "$.env.public_url"
            },
            "hour": {
              "type": "string",
              "value": "8"
            },
            "minute": {
              "type": "string",
              "value": "0"
            },
            "start_date": {
              "type": "string",
              "value": "2025-04-08 12:00"
            },
            "tz": {
              "type": "string",
              "value": "UTC"
            },
            "day_of_week": {
              "type": "string",
              "value": "1"
            }
          }
        }
      },
      "legacy_error_handling": true,
      "dependencies": []
    }
  ],
  "projects": []
}