poll_connectors_tool
Use poll_connectors_tool to trigger background polling for one connector or all polling connectors.
#Signature
poll_connectors_tool(source = null) -> JSON string
#Arguments
source: optional connector source. Omit it to poll every connector with a configuredpoll_interval.
#Returns
polled: connector sources whose background poll was startedalready_running: connector sources whose poll was already activeskipped: connector sources not queued, with a reason such as missing auth- an error message if a requested connector source is not registered
A connector with no direct poll can still be refreshed by another connector. Inspect polled_by and sync from list_connectors_tool before treating polled: [] as evidence that its graph data is stale.