Email client with sendgrid?

Is it posible to send email and also receive email?

If it’s possible. Can anyone help me find a tutorial video that include the receiving email feature

You’re looking for inbound parsing

Hey Anthony,

You don’t need send grid to do this with Microsoft Outlook mail accounts.
You basically need to setup backend API workflows based on Graph API.
To receive emails, you need to setup a webhook, which is an API endpoint that gets hit with inbound emails and that is able to parse them.

I created this topic where I explain in more details what I did to build a +100 user ticketing app.

Feel free to DM for more info :slight_smile:
Raphael