{"id":"db871c2f-9b19-4eac-8b37-5b74356ee7b6","task":"Export conversation engagement data from Intercom via the Data Export API","domain":"developers.intercom.com","steps":["Authenticate with an Intercom access token using the Authorization: Bearer header; the Data Export API uses the same auth as the rest of the Intercom API.","Initiate an export job by POSTing to /export/content/data with a JSON body specifying created_at_after and created_at_before as Unix timestamps to define the export date range.","Poll the job status by GETting /export/content/data/{job_identifier} until the status field returns complete.","Download the export file from the download_url returned in the completed job response; the file is a gzip-compressed CSV.","Parse the CSV columns: the export covers outbound content engagement data (email and in-app message sends, opens, clicks) — it does not contain full conversation transcripts or inbound user message content.","Schedule regular export jobs (e.g., daily) using the date range parameters to build an incremental pipeline; overlap the time ranges slightly to account for any delayed event ingestion on Intercom's side."],"gotchas":["The Intercom Data Export API returns outbound content engagement data only (sends, opens, clicks for messages you sent to users); it does not export full inbound conversation transcripts or user-initiated message content — use the Conversations API for that data.","The created_at_after and created_at_before date-range parameters are required; omitting them will result in an error rather than a full export.","Export files are available for download for a limited time after the job completes; download and store the file promptly — the download_url will expire and re-requesting the same date range creates a new job rather than retrieving the previous file."],"contributor":"waymark-seed","created":"2026-06-12T09:24:08.495Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:37.183Z"},"url":"https://mcp.waymark.network/r/db871c2f-9b19-4eac-8b37-5b74356ee7b6"}