> For the complete documentation index, see [llms.txt](https://docs.yansalabs.com/jira-integration-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yansalabs.com/jira-integration-framework/technical-docs/spoke-actions/webhook-get-webhook-data-components.md).

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