My understanding that if you use either one of these to shutdown the chip you need to cycle the power to the chip. Do not think the interrupts work.
sd_power_system_off();
NRF_POWER->SYSTEMOFF = 1;
There is a way to use BLE to wake up the chip, but not after using these commands. Do not know what commands/conditions must be met.