Custom icons

By default every notification from brrr shows the brrr app icon. Point icon_url at an image and it takes the place of the brrr icon, with the brrr icon shown as a small badge in the corner.

Bash
curl -X POST https://api.brrr.now/v1/🙈🙈🙈🙈🙈🙈🙈🙈🙈🙈 \
  -H 'Content-Type: application/json' \
  -d '{
    "message": "Deploy to production finished in 4m12s",
    "title": "GitHub",
    "icon_url": "https://example.com/github.png"
  }' 

What to keep in mind

Custom icons work on iPhone and iPad. On Mac the notification arrives with the brrr icon.

Subtitles aren't shown on a notification with a custom icon. The subtitle is still delivered and still appears in Recent notifications, so nothing is lost.

Treat the icon as a nice touch rather than a guarantee. If the image can't be downloaded or isn't an image, the notification still arrives, just with the usual brrr icon.

For the full list of supported payload fields, continue to Docs.