Skip to main content
POST
Send in-app notification (server-to-server)

Authorizations

X-API-KEY
string
header
required

Server-to-Server API Key for internal/lambda/cron calls

Body

application/json
template
string

In-app notification template name

Example:

"in_app_job_update"

replace_data
object

Key-value pairs to replace in the template

Example:
receiver
integer

Recipient user ID

Example:

1

Response

200 - application/json

In-app notification sent

status
string
Example:

"success"

message
string
Example:

"In-app notification sent successfully."