Receive GitHub Event

Receive GitHub Event is a trigger that listens to events triggered by GitHub webhook.

Notes

Note: Before you configure an activity, make sure that you have an active GitHub account with all required permission. For details on how to use the GitHub product, see the GitHub product documentation.

Receive GitHub Event currently supports the following four events:

  1. Issue comments.
  2. Pull requests.
  3. Pull request reviews.
  4. Pull request review comments.
  • Port and Path combination of GitHub trigger in flows across one or more applications should be unique.
  • In an application, GitHub trigger in one or more flows must have same port.
  • In an application, one or more GitHub triggers in a blank flow must have same port.
Field Description
Port By default, the port on which the trigger listens is set to 7777. You can change this to use another port that is open. Make sure that the port is same as the port used in Payload URL of GitHub webhook.
Path The resource path at which trigger will listen. Ensure that this path is same as path used in Payload URL of GitHub webhook.
Event The event for which the trigger listens. By default, the selected event is Issue comments.
Secret The secret key to verify payload. Ensure that the value specified in this field is same as the secret of GitHub webhook. (Optional.)

Output

This tab displays the activity output schema in a tree structure format. The output is read-only. The information in the schema varies based on the event selected on the Configuration tab. The properties that are displayed in the schema correspond to the output of this trigger and can be used as input by subsequent activities in the flow.