Authorizations
The app API key from an app from the /dashboard/developer page
Body
- SendNotificationV2InputWithCompanyId
- SendNotificationV2InputWithExperienceId
Parameters for SendNotificationV2 Autogenerated input type of SendNotificationV2
The id of the company to target. Only team members of this company will receive the notification. When clicked will take the user to your dashboard app view.
"biz_xxxxxxxxxxxxxx"
The content of the notification
The title of the notification
If provided, this will only send to these users if they are also in the main scope (experience or company)
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "VXNlci0xMA==") or integer (such as 4) input value will be accepted as an ID.
Optional: ID of a Whop user whose profile picture will be used as the notification icon. If not provided, defaults to the experience or company avatar.
The subtitle of the notification
The rest path to append to the generated deep link that opens your app. Use [restPath] in your app path in the dashboard to read this parameter.
Response
A successful response
Response from queuing a notification
Whether the notification was successfully queued for delivery

