intercom / intercom-node

Node.js bindings for the Intercom API
https://developers.intercom.com
Other
366 stars 116 forks source link

Update conversation list to use 2.6 cursor pagination #340

Closed SeanHealy33 closed 1 year ago

SeanHealy33 commented 1 year ago

Why?

Promise { <pending> }
> {
  type: 'conversation.list',
  pages: {
    type: 'pages',
    next: {
      page: 3,
      starting_after: 'WzE2NzAyNTE1ODAwMDAsNjQ2MTk3MDAwMDU2MDYsM10='
    },
    page: 2,
    per_page: 20,
    total_pages: 86
  },