Explore Plans
Mobile menu Close menu
GitHub

Any new notification

This trigger fires every time you receive a new notification on Github.

Developer info

API endpoint slug
github.new_notification

Trigger fields

No fields for this trigger

Ingredients

Id The notification's ID

Slug
id
Filter code
Github.newNotification.Id
Type
String
Example
123

Notification subject The subject from notification on GitHub.

Slug
notification_subject
Filter code
Github.newNotification.NotificationSubject
Type
String
Example
Greetings

Notification reason The event that triggers the notification.

Slug
notification_reason
Filter code
Github.newNotification.NotificationReason
Type
String
Example
mention

Repository full name The owner and repo name from notification.

Slug
repository_full_name
Filter code
Github.newNotification.RepositoryFullName
Type
String
Example
octocat/Hello-World

Repository url The URL of the repository's notification on GitHub.

Slug
repository_url
Filter code
Github.newNotification.RepositoryUrl
Type
Web URL
Example
https://github.com/octocat/Hello-World

Created at The time when the notification was created.

Slug
created_at
Filter code
Github.newNotification.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00