Form submission via REST API and add-on usage

This is a pre-sale question. I want to create a form which when the user submits, creates a custom post (fields made with ACF) through a feed created in Advanced Post Creation Add-On. This should work fine on a website.

But if I create a mobile app where the user logs-in and submits a form (via API POST request), will that add-on also create a custom post?

If you set up your mobile app to POST to the /entries endpoint, all the ‘after submission’ feeds will run, like post creation, notifications, and any other feeds. It should work the same as submitting the form on a website:

If you have any other questions, please let us know.