Monitoring

Ingest Salesforce error email from console

post

Receives a raw Salesforce error email (subject + body) forwarded by the provisioning console. Parses the email and writes structured error data to VictoriaLogs. Secured via shared MONITORING_INGEST_TOKEN and console IP validation.

Body
subjectstringRequired

Email subject line

bodystringRequired

Email body content

orgIdstringOptional

Optional org ID override

Responses
201

Email parsed and ingested

application/json
writtennumberRequired

Number of log entries written

parseStatusstringOptional

Parse status for email ingestion

messagestringOptional

Additional context message

post
/sfp/api/monitoring/ingest

Last updated

Was this helpful?