Title: Actions?
Last modified: September 17, 2016

---

# Actions?

 *  Resolved [James Morton](https://wordpress.org/support/users/stylishjm/)
 * (@stylishjm)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/actions-2/)
 * Hi,
 * I’d like to fire an email out upon POST. THis email would include some of the
   fields.
 * I’ve tried using acf/save_post however this doesn’t work unless I go into the
   newly created post and click Update.
 * Are there any actions which I can use once the POST containing acf data is complete?

Viewing 1 replies (of 1 total)

 *  Plugin Author [airesvsg](https://wordpress.org/support/users/airesvsg/)
 * (@airesvsg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/actions-2/#post-8226233)
 * Hi [@stylishjm](https://wordpress.org/support/users/stylishjm/),
    At this time
   there is no action to indicate that was saved, but has a filter that runs before
   saving. See below:
 * add_action(‘acf/rest_api/post/prepare_item’, function($item, $request){
    // do
   something }, 10, 2);
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Actions?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/acf-to-rest-api_cc0001.svg)
 * [ACF to REST API](https://wordpress.org/plugins/acf-to-rest-api/)
 * [Support Threads](https://wordpress.org/support/plugin/acf-to-rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-to-rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-to-rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-to-rest-api/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [airesvsg](https://wordpress.org/support/users/airesvsg/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/actions-2/#post-8226233)
 * Status: resolved