This Trigger fires every time you receive a new notification from a specific repository on Github.
- API endpoint slug
- github.any_new_notification_from_a_repository
Trigger fields
- Label
- Repository Name
- Slug
- repository
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- id
- Filter code
- Github.anyNewNotificationFromARepository.Id
- Type
- String
- Example
- 123
- Slug
- notification_subject
- Filter code
- Github.anyNewNotificationFromARepository.NotificationSubject
- Type
- String
- Example
- Greetings
- Slug
- notification_reason
- Filter code
- Github.anyNewNotificationFromARepository.NotificationReason
- Type
- String
- Example
- mention
- Slug
- repository_full_name
- Filter code
- Github.anyNewNotificationFromARepository.RepositoryFullName
- Type
- String
- Example
- octocat/Hello-World
- Slug
- repository_url
- Filter code
- Github.anyNewNotificationFromARepository.RepositoryUrl
- Type
- Web URL
- Example
- https://github.com/octocat/Hello-World
- Slug
- created_at
- Filter code
- Github.anyNewNotificationFromARepository.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00