Hello,
1. I have configured an Incoming Webhook as shown below
2. I have created an action, Send Web Request. Here I am trying to trigger a POST call to another tool, where I want to add Custom body with the data that is received on the above configured Incoming Webhook.
I tried adding something like below in the Custom body,
{
"projectKey": "VTWO",
"testPlanKey": "VTWO-P6",
"name": "Exam Front Test Plan",
"status": {{webhookData.status}},
"items": [
{
"testCaseKey": {{webhookData.journey_executions[0].test_cases[0]},
"status": {{webhookData.status}},
}
]
}
But when I validate the action, it says "Invalid smart value expression in custom body,"
Can you please help me understand how to access the Payload the received on the Incoming Webhook and use it in the Custom Body section of Send Web Request Action.
Thanks,
Tejesh.
"testCaseKey": {{webhookData.journey_executions[0].test_cases[0]},
"testCaseKey": {webhookData.journey_executions[0].test_cases[0]},
Marini
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.