Hi.
I’ve verified with this post and this post that I’m sending the parameters correctly and that the variables in my runbook are set to Runtime.
I’m also doing a POST call but I still get an internal server error with the message "'NoneType' object has no attribute 'get'".
Here’s the body of my call:
{
"spec": {
"args":
{
"name": "email",
"value": "mema@tlke.se"
},
{
"name": "displayName",
"value": "Mom MEmem"
},
{
"name": "userName",
"value": "momemom"
},
{
"name": "accountName",
"value": "MAM, MSM 1"
},
{
"name": "ticketID",
"value": "794"
}
]
}
}
}
}
The runbook has multiple tasks, does that change how I send arguments to it?
Thanks.