• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

Struggling with an automation with wordpress

Status
Not open for further replies.
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 protected]}"
]

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 protected]}\"",
"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
 
Status
Not open for further replies.
Top