Struggling with an automation with wordpress

Status: Closed · Asked by Vijaybharadwaj on · 0 views

Vijaybharadwaj — Question ·

Hi,
I am currently working on an automation wherein i wish to send a Webhook to Wordpress (via uncanny automator). Here I am using the action of webhooks.site

The data is sent to Uncanny but the data is not parsed

From the logs

Request parameters (raw)
JSON
[
"{userid : 88}, {EMAIL : [email hidden]}"
]

Request parameters (parsed)
JSON
{
"userid": "Key not found in data",
"EMAIL": "Key not found in data"
}

Processed parameters
JSON
{
"WEBHOOKID": 6024,
"WEBHOOK_BODY": "\"{userid : 88}, {EMAIL : [email hidden]}\"",
"params": [
{
"key": "userid",
"type": "int",
"format": "",
"meta_key": "userid",
"meta_value": "Key not found in data"
},
{
"key": "EMAIL",
"type": "email",
"format": "",
"meta_key": "EMAIL",
"meta_value": "Key not found in data"
}
]
}

Can anybody help where I am going wrong

Vijay

Vijaybharadwaj — Reply ·

Kindly Ignore this is sorted

Back to all forum threads · Log in to reply