Title: CF7 -&gt; Postmatic
Last modified: August 31, 2016

---

# CF7 -> Postmatic

 *  [HaloPinay](https://wordpress.org/support/users/halopinay/)
 * (@halopinay)
 * [10 years ago](https://wordpress.org/support/topic/cf7-postmatic/)
 * Could this plugin be used to send form submissions from CF7 to Postmatic? I believe
   their API supports this, as Caldera has done something similar. If the API supports
   it and CF7 can handle the fields, will this plugin do the legwork?
 * [https://wordpress.org/plugins/forms-3rdparty-integration/](https://wordpress.org/plugins/forms-3rdparty-integration/)

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

 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [10 years ago](https://wordpress.org/support/topic/cf7-postmatic/#post-7345825)
 * I don’t know. Do they provide a webservice API, or [just plugin integration](http://docs.gopostmatic.com/article/106-subscribe)?
   If they have a web address you can POST to, then my plugin should work.
 * Otherwise, you could [write a bypass hook for my plugin](https://github.com/zaus/forms-3rdparty-integration/blob/master/forms-3rdparty-integration.php#L543)(
   see also [“How do I make a GET request instead of POST?” on the FAQ page](https://wordpress.org/plugins/forms-3rdparty-integration/faq/))
   and instead of using `wp_remote_post()` you would use something like `Prompt_Api::
   subscribe($args['body'])` and respond accordingly to the return result.
 *  [Postmatic](https://wordpress.org/support/users/vernal/)
 * (@vernal)
 * [10 years ago](https://wordpress.org/support/topic/cf7-postmatic/#post-7345829)
 * Whoa. Super cool plugin, Zaus. I’ve never run by it before.
 * We have a super simple API if you would like to do an integration. We do not 
   have a webservice API… everything is stored locally. You just need to hook into
   this guy:
    [http://docs.gopostmatic.com/article/106-subscribe](http://docs.gopostmatic.com/article/106-subscribe)
 * Best,
    Jason

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

The topic ‘CF7 -> Postmatic’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forms-3rdparty-integration.svg)
 * [Forms: 3rd-Party Integration](https://wordpress.org/plugins/forms-3rdparty-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forms-3rdparty-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forms-3rdparty-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forms-3rdparty-integration/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Postmatic](https://wordpress.org/support/users/vernal/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/cf7-postmatic/#post-7345829)
 * Status: not a support question