Send notificationCopy Pagepost https://api.stowlog.com/public/notificationsSend a push notification to targeted users.Body ParamsNotification payload containing title, body and action details.Request payload for sending a notification.titlestringrequiredTitle of the notification.bodystringrequiredBody text of the notification.actionTypestringenumrequiredType of action to perform when the notification is interacted with.OPEN_APPOPEN_APPOPEN_URLPHONE_CALLAllowed:OPEN_APPOPEN_URLPHONE_CALLactionUrlstringURL to open when the action type is OPEN_URL.actionPhoneNumberstringPhone number to call when the action type is PHONE_CALL.userTypestringTarget user type for the notification. Cannot be combined with email or custom fields.emailstringEmail address of the target user. Cannot be combined with userType or custom fields.customFieldKeystringKey of the custom field. Must be provided with customFieldValue and cannot be combined with email or userType.customFieldValuestringValue for the custom field. Must be provided with customFieldKey and cannot be combined with email or userType.usernamestringUsername of the target user. Cannot be combined with email or custom fields.Responses 201Notification sent successfully. 400The request parameters are invalid. 401Unauthorized access. 403Insufficient permissions to perform this operation. 429Rate limit exceeded.Updated 4 months ago Send notificationAuthenticationDid this page help you?YesNo