Configure SMTP settings for your data app so scheduled reports can be sent by email.
Authorization header. See the data app creation guide and the API Token guide.
application/json.smtp.example.com).587 for STARTTLS, 465 for implicit SSL).noreply@example.com).true for port 465; use false for port 587 with STARTTLS.| Error Code | HTTP Status | Description |
|---|---|---|
INVALID_DATA_APP_API_KEY | 400 | Missing or invalid data app API key |
INVALID_SERVICE_TOKEN | 400 | Invalid or expired token; cannot resolve company context |
INVALID_REQUEST_BODY | 400 | Invalid or missing body fields (e.g. invalid email, missing host) |
INTERNAL_SERVER_ERROR | 400 / 500 | SMTP connection test failed (400) or unexpected server error (500) |