Hello cladiv and cr7-to-api dev team,
Have you found a workaround for this?
I am facing the same issue with post related fields (_post_id and _post_url) https://contactform7.com/special-mail-tags/#post-related
I need to include the _post_id and _post_url as part of the json POST.
This is my json. Everyhing works except those _post* fields.
{
“name”: “[your-name]”,
“email”: “[your-email]”,
“mensaje”: “[your-message]”,
“ref”: “[_post_id]”,
“url”: “[_post_url]”,
“tel”: “[tel-179]”,
“mudanza”: “[menu-823]”
}