I need the same feature. Thanks.
Plugin Author
zaus
(@zaus)
I assume so — their API docs state it’s all REST-ful requests, only caveat is the authentication header (see example).
You could either write a hook to attach the header, or base-64 your api key somewhere and include it statically with the Forms-3rdparty-Xpost extension.
Let us know if you get anywhere with that, or need more help.
Hello, I am a novice at this but I am trying to integrate this plugin with Insightly.
I have made a CF7 form, I downloaded this plugin and I downloaded the Forms-3rdparty-Xpost extension.
Any guidance on next steps would be greatly appreciated. Thanks in advance.
June
Hi, I also installed all the plugins June (jc5) mentions but cannot get it to work. I have no clue how I should put my base64 API code in the Xpost extension
Cheers, Sjoerd Banga
Plugin Author
zaus
(@zaus)
Since my last post I included a base64 shortcode for the header field in the xpost plugin. https://wordpress.org/plugins/forms-3rd-party-xpost/faq/
Just enter whatever they want in the header between base64, something like Authorization=Basic [base64]your api key[/base64]