List of Execution Logs
Each webhook triggers one or more matching Easy Integrations listeners, and each listener execution is logged. The following screen shows the initial view of the Execution Logs.
Successful Process
Each action execution is displayed with the maximum detailed information, for example:
Failed Process, but waiting to retry
The process will continue where it was failed on the previous attempt if the retry is configured.
Event Data
Each webhook event sends a JSON object to the Easy Integrations. The contents and shape of the event data depends on the event type. For example, for the issue-related events, issue data is included.
Action execution data
Action data can be viewed by clicking on the action name on the "Action execution history" table. The following information is logged:
- Action status
- Reference ID
- URL
- Method
- Request time
- Response status code
- Duration
- Request header
- Request body
- Response headers
- Response body
Example screenshots
Click on the image to enlarge.
Console logs of user scripts
Each script console logs, for example, "console.log('test'), are logged and can be viewed on the master execution logs menu as "Console logs of user scripts".