Skip to documentation
Tellescope integration

List Intake Sources

Perform List Intake Sources through Tellescope.

View as Markdown
tellescope_list_intake_sources
readtellescope

Inputs

  • intake_source_field_name
    textrequired
    Intake Source Field Name

    Required text value.

Outputs

  • successSuccess
  • valuesValues
  • countCount
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "intake_source_field_name"
  ],
  "properties": {
    "intake_source_field_name": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "values": {},
    "success": {}
  },
  "additionalProperties": true
}
View all Tellescope actions