# Webhook :: Get Webhook Data Components

## Summary

Takes in a webhook body string and returns the most common, basic data components from the JSON string

## Action Inputs

| Label        | Name          | Type   | Mandatory | Description                  |
| ------------ | ------------- | ------ | --------- | ---------------------------- |
| Webhook Data | webhook\_data | String | No        | The webhook body JSON string |

## Action Outputs

| Label                       | Name                           | Type       | Mandatory | Description                                                              |
| --------------------------- | ------------------------------ | ---------- | --------- | ------------------------------------------------------------------------ |
| Log                         | log                            | String     | No        | Any logging information that was generated during the scheduling process |
| Success                     | success                        | True/False | No        | Operation executed without errors                                        |
| Error Message               | error\_message                 | String     | No        | Any error messages encountered in the process                            |
| Timestamp                   | timestamp                      | String     | No        |                                                                          |
| Webhook Event               | webhook\_event                 | String     | No        |                                                                          |
| Issue Event Type Name       | issue\_event\_type\_name       | String     | No        |                                                                          |
| Account ID                  | account\_id                    | String     | No        |                                                                          |
| User Display Name           | user\_display\_name            | String     | No        |                                                                          |
| User Name                   | user\_name                     | String     | No        |                                                                          |
| Issue ID                    | issue\_id                      | String     | No        |                                                                          |
| Issue Key                   | issue\_key                     | String     | No        |                                                                          |
| Issue URI                   | issue\_uri                     | String     | No        |                                                                          |
| Issue Type ID               | issue\_type\_id                | String     | No        |                                                                          |
| Issue Type Name             | issue\_type\_name              | String     | No        |                                                                          |
| Issue Project ID            | issue\_project\_id             | String     | No        |                                                                          |
| Issue Project Name          | issue\_project\_name           | String     | No        |                                                                          |
| Issue Priority ID           | issue\_priority\_id            | String     | No        |                                                                          |
| Issue Priority Name         | issue\_priority\_name          | String     | No        |                                                                          |
| Issue Status ID             | issue\_status\_id              | String     | No        |                                                                          |
| Issue Status Name           | issue\_status\_name            | String     | No        |                                                                          |
| Comment ID                  | comment\_id                    | String     | No        |                                                                          |
| Comment URI                 | comment\_uri                   | String     | No        |                                                                          |
| Comment Author Account ID   | comment\_author\_account\_id   | String     | No        |                                                                          |
| Comment Author Name         | comment\_author\_name          | String     | No        |                                                                          |
| Comment Author Display Name | comment\_author\_display\_name | String     | No        |                                                                          |
| Comment Body                | comment\_body                  | String     | No        |                                                                          |
| Change Log ID               | changelog\_id                  | String     | No        |                                                                          |
| Change Log Items            | changelog\_items               | String     | No        |                                                                          |
| Issue Summary               | issue\_summary                 | String     | No        |                                                                          |
| Issue Description           | issue\_description             | String     | No        |                                                                          |

## Notes

* This action belongs to the **JIRA Framework Logic** category.
* This action returns 30 output(s) that can be used in subsequent flow steps.

## Example Usage

### Example 1: Basic Usage

This example demonstrates how to use the action with typical inputs.

**Input:**

**Output:**

In this example, the action processes the provided inputs and returns the appropriate outputs. The actual values returned will depend on the specific functionality of this action and the input values provided.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yansalabs.com/jira-integration-framework/technical-docs/spoke-actions/webhook-get-webhook-data-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
