I am attempting to utilize an RSS trigger in Zapier, and I need assistance with incorporating an additional key-value pair into the raw data sent via a webhook action. When I leave the data field blank, it automatically fetches the raw data from the previous step. However, I would like to append a new key-value pair, such as ‘website’ : ‘www.zapier.com’, alongside the existing raw data instead of just receiving that singular pair. The expected raw data structure with the added pair should resemble the following:
{
"summary": " ",
"timestamp": " ",
"identifier": "123",
"website": "www.zapier.com" // <-- additional pair
}