Saltar al contenido principal

Obtener Noticias Públicas GDELT (String Codificada)

Workflow manual que obtiene noticias públicas de GDELT y devuelve artículos codificados con toon.

manual http news gdelt toon-encode encoded-output

Descargar ZIP

Qué está incluido

CampoValor
NombreObtener Noticias Públicas GDELT (String Codificada)
TipoWorkflow
Triggermanual
Pasos1
Entradas2

JSON Completo

Clic para expandir
{
"description": "Manual workflow that fetches public news from GDELT and returns toon-encoded articles.",
"tags": [
"manual",
"http",
"news",
"gdelt",
"toon-encode",
"encoded-output"
],
"document": {
"name": "Fetch GDELT Public News (Encoded String)",
"enabled": true,
"log_level": "info",
"trigger": {
"type": "manual"
},
"workflowInput": [
{
"name": "query",
"description": "Search terms for GDELT public news (e.g., climate change, elections, ai policy)",
"schema": {
"type": "string",
"required": true
}
},
{
"name": "max_records",
"description": "Optional max number of news articles (default: 50)",
"schema": {
"type": "string",
"required": false
}
}
],
"steps": [
{
"condition": {
"expr": "true",
"onFailure": "throw",
"resultType": "any"
},
"action": {
"actionType": "actions/network/http/request/send",
"actions/network/http/request/send": {
"method": "GET",
"url": {
"expr": "url_params(\"https://api.gdeltproject.org/api/v2/doc/doc\", {\"query\": query, \"mode\": \"ArtList\", \"maxrecords\": coalesce(max_records, \"50\"), \"format\": \"json\"})",
"onFailure": "throw",
"resultType": "any"
},
"headers": [],
"returnBuffer": false,
"cache": true
}
}
}
],
"returnExpression": {
"expr": "toon_encode(step_data(0, \"articles\", []))",
"onFailure": "throw",
"resultType": "any",
"strict": false,
"useSimpleCel": false
},
"customAttributes": {}
}
}

Como Importar

  1. Descargue el archivo ZIP usando el botón de arriba
  2. Navegue a Configuración de la Empresa → Transferencia de Datos en su panel de AutoTalk
  3. Haga clic en Importar y seleccione el archivo ZIP descargado
  4. Revise el resumen de importación y confirme
  5. Todos los IDs de documentos se remapean automáticamente — no se necesita edición manual de IDs