Intercom API 2.0 - Pagination

Hey Dan, took a look at this for you. I was able to get it to work for the regular contacts API with these settings:

image

Feel free to replace the Max Pages to Fetch with whatever number you want. When you’re ready to view the whole data set, you can also add in a Top Level Key:
image

However, I’m having trouble getting it to work with the POST to /contacts/search. As best I can tell, Intercom seems to want the pagination data to come through in the body. However, we don’t support that today. Just in case you’re curious, that would look like this (but again we don’t support this today):

Are you able to pull in enough contacts via the all contacts endpoint to not need to do the search?

1 Like