Replies: 2 comments 1 reply
-
The logic is correct, but we don't know how you executed it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just replaced the public and private key placeholders with my own, and
ran it using node.js in VScode terminal. I also tried without the page at
the end and then the loop runs forever. It does return one page, but I know
there are far more emails than one page of results.
…On Sun, Apr 7, 2024 at 5:06 AM xr0master ***@***.***> wrote:
The logic is correct, but we don't know how you executed it.
—
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEUTCKDB2WYREOWVBMUDKD3Y4EZDJAVCNFSM6AAAAABF22PQ66VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TAMZVGU2DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get the entire history of emails sent using their API, and I'm a little lost on how to do this? I tried to do a loop until the response json is_last_page == true, but it seems to loop forever and I know that there are not that many emails in the history. How should I be doing this? I made sure to also wait the 1 second per request.
Beta Was this translation helpful? Give feedback.
All reactions