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
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