AurionAI Docs

Sync Email Poll

Poll inbound emails from IMAP/Graph/Gmail for active channels. Scheduled as K8s CronJob every 2 minutes.

POST
/api/sync/email-poll

Poll inbound emails from IMAP/Graph/Gmail for active channels.

Scheduled as K8s CronJob every 2 minutes.

Response Body

application/json

curl -X POST "https://loading/api/sync/email-poll"
{
  "channels_polled": 0,
  "errors": 0,
  "messages_processed": 0,
  "status": "completed"
}