Notify Mobile the Conversation: Process response

I have configured the OpenAI and I’m not understending how to send the rsponse that I’m getting from OpenAI to my mobile as a notification.
for example:

service: conversation.process
data:
  agent_id: b19b94934647b80c5280497491abd044
  text: tell me details about the sun
response_variable: openai_sun

what next? how can I send this messge response as notification?

Thank You,