MockHero

notification_text

Content

Generate app notification text like 'John liked your post', 'Your order has shipped'. For push notification testing and notification center UI.

Example Outputs

Your order has been shippedJohn liked your postNew comment on your articlePayment received

API Usage

Send a POST request to generate notification text data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "notification_text",
          "type": "notification_text"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Push notification testing
  • Notification center UI
  • Email notification testing
  • Activity feed seeding

Quick Info

Field Type
notification_text
Category
Content
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate notification text data instantly in the playground.

Related Types

Generate Notification Text + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free