API email notification

Hi guys,
I’ve search around the forum but I didn’t get what I was looking for. So here it is:
We’ve build a mobile app base on gravity’s API all the entries work just fine and get all well into db. Now I’m stuck at trying to get a email notification out of these entries that are generated from mobile app. The data get all fine but it do not generate email notification which is a must for the system I build. So how could that be done thx!

It sounds like you are using the entries endpoint which simply adds the data to the database. If you need to trigger submission time events such as sending notifications and processing add-on feeds you would need to use the forms submissions endpoint.

1 Like

Thx buddy! I’ll try that out! Thx very Much