Hook after creating a post and retrieve infos from this post immediatly

add_action('save_post_reservations', 'new_reserv');
function new_reserv($post_id){
    // $post_id - just created post id
}