-
Does anyone know how I can create a contact form in the app, where a user can send an email to me directly from the app?
-
Is there a way that I can have a user send their contact information to other users of the app by clicking a button and filling out some information. (With sendgrid or anything else) I want to be able to monitor the amount of contact information sent so that I can charge customers for leads.
As far as i know you’ll need to connect some sort of API. I don’t think there’s support for that natively but i could be wrong.
@Donnico_Miller Hey, as previously stated, you will need some sort of API. 1st use case seems rather easy, HTTP request → SendGrid API (POST) → Sends email. The second use case will be similar to the first one even though you will probably need some more info from your BE.
Thank you for the help
I dont know if this still works, I did this 1 year ago for another app. I used SendGrid to send emails.
1 Like
Thank you so much, I’ll try this