Title: devaleph's Replies | WordPress.org

---

# devaleph

  [  ](https://wordpress.org/support/users/devaleph/)

 *   [Profile](https://wordpress.org/support/users/devaleph/)
 *   [Topics Started](https://wordpress.org/support/users/devaleph/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devaleph/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devaleph/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devaleph/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devaleph/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devaleph/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact form 7 TO API + Basic Auth] special mail tags](https://wordpress.org/support/topic/special-mail-tags-10/)
 *  [devaleph](https://wordpress.org/support/users/devaleph/)
 * (@devaleph)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/special-mail-tags-10/#post-14555480)
 * [@cladiv](https://wordpress.org/support/users/cladiv/) found a workaround for
   [post related variables](https://contactform7.com/special-mail-tags/#post-related).
 * You could check and see if have access to [special mail-tags fields](https://contactform7.com/special-mail-tags/#for-submissions)
   somehow.
 * I changed plugin cr7-to-api for this one
    [https://es.wordpress.org/plugins/cf7-redirections-integrations-and-database/](https://es.wordpress.org/plugins/cf7-redirections-integrations-and-database/)
   _Notice you can point to any URL (not just integromat webhooks)_
 * And then installed
    [https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/](https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/)
 * The set up of the 2 fields I needed was done this way
 * [dynamichidden page-url webhook:postUrl “CF7_URL”]
    [dynamichidden post-id webhook:
   postId “CF7_get_post_var key=’ID'”]
 * Below some references that might help
    1. [https://github.com/tomasbanik/cf7-redirections-integrations-database](https://github.com/tomasbanik/cf7-redirections-integrations-database)
    2. [https://sevenspark.com/docs/contact-form-7-dynamic-text-extension](https://sevenspark.com/docs/contact-form-7-dynamic-text-extension)
 * Hope it helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact form 7 TO API + Basic Auth] special mail tags](https://wordpress.org/support/topic/special-mail-tags-10/)
 *  [devaleph](https://wordpress.org/support/users/devaleph/)
 * (@devaleph)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/special-mail-tags-10/#post-14554488)
 * 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](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]” }

Viewing 2 replies - 1 through 2 (of 2 total)