Hi all,
I have succesfully set up an integration with MS Graph to pull messages in from email accounts.
It seems that only the most recent 10 records get pulled in. I have tested this with a repeating group.
Does anyone have any idea why this might be?
I’ve also tried to setup a webhook (subscription) but have not been able to get this to authenticate properly.
Any help appreciated.
S
1 Like
johnny
2
Hi @klobassimon,
Do you have a link to the API documentation you’re looking at? There might be a parameter on the API call where you have to specify the number of items you want it to return in the API response.
Hey @johnny
Microsoft refer to webhooks as a subscription. You need to POST the sub to Microsoft from the app to register it and then the calls apparently start to work.
In the interim I am running a daily GET to get all the emails send within the past 25 hours and importing those.
Here are the docs