Skip to main content
POST
/
webhook
/
fetchEmails
/
{subchannelId}
Trigger mailbox fetch
curl --request POST \
  --url https://demo.enneo.ai/api/mind/webhook/fetchEmails/{subchannelId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "fetched": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

subchannelId
integer
required

ID of the mailbox subchannel to fetch.

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true

fetched
integer

Number of messages pulled in this run.