I am attempting to build a sales platform with sendgrid integration, currently due to cost limitations I want to limit email transactions to sendgrid's free plan of 400 emails/day.
Is there a way I can retrieve the remaining email quota programmatically in PHP?
I have seen this question (link) but I am not familiar with ruby, i believe that this is a workaround.