# HNSPushMessageByUserId

## Description

Sends a push notification message by the userID.

## Input / Parameter

| Name      | Description                            | Input Type  | Default | Options | Required |
| --------- | -------------------------------------- | ----------- | ------- | ------- | -------- |
| pushNotif | The name of the push notification.     | String/Text | -       | -       | Yes      |
| userId    | The user id to send push message to.   | String/Text | -       | -       | Yes      |
| title     | The title of the push notification.    | String/Text | -       | -       | No       |
| message   | The message for the push notification. | String/Text | -       | -       | No       |
| data      | The data for the push notification.    | Array/List  | -       | -       | No       |

## Output

N/A

## Callback

### callback

The function to be executed if the push notification message is sent successfully.

### errorCallback

The function to be executed if the push notification message is not sent successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
