• Resolved itsabhist

    (@itsabhist)


    I want to send notification to specific logged in user .
    So can we Record User ID along with UUID.
    And further how to send push notifications to specific user

Viewing 1 replies (of 1 total)
  • Plugin Author Perfecty

    (@perfecty)

    Hi, we already do this, if you need to send a notification to a specific user you can do it programatically. Please read https://github.com/perfectyorg/perfecty-push-wp#external-integrations-

    Perfecty_Push_Integration::notify( $wp_user_id, $message, $title = ”, $image_url = ”, $url_to_open = ” ) Send a notification to a registered WordPress user. If the user has multiple devices, it will send the notification to all the devices the user has subscribed.

    If you have further questions please let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Record User ID along with UUID’ is closed to new replies.