AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GitHubGitHub

Any new notification

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

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time you receive a new notification on Github.
API endpoint slug
github.new_notification

Trigger fields

No fields for this trigger

Ingredients

IDThe notification's ID

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

Notification subjectThe subject from notification on GitHub.

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

Notification reasonThe event that triggers the notification.

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

Repository full nameThe owner and repo name from notification.

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

Repository URLThe 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 atThe 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.000+05:00