Email Dashboard Screenshot as Attachment
This endpoint takes a screenshot of the dashboard and emails it as an attachment. This endpoint is rate limited to send up to 20 requests per 10 minutes.
Body
This is your id for your customer that you’d like to screenshot for. This controls what data the dashboard loads with in the screenshot.
This is the token you use to embed your dashboard in your site. You can find this on the Dashboards page in Explo.
The email you’d like this screenshot to be send to. If this is not provided, then a short-lived download link to your screenshot will be returned instead.
The name you’d like the file to be called in the download. By default, this is set to dashboard_screenshot_download.{png | pdf}.
The file type for the screenshot. Must be “image” (for a png) or “pdf” (for a pdf). By default, this is “image.”
Set subject for screenshot email. By default this is set to Requested Data Export: {download_file_name} {export_type}.
Set variables for your screenshot. These will function the same way as variables you provide in your embed.
Width in pixels for the screenshot. Must be greater than 0
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
If an email is not provided, this will be the download url for your screenshot.