kennym / cf7-to-api

LOOKING FOR MAINTAINER. Wordpress plugin to transmit contact form 7 entries to remote API using POST or GET
https://wordpress.org/plugins/cf7-to-api-basic-auth/
52 stars 30 forks source link

How to pass other authentication parameters ? #23

Closed apcloic closed 3 years ago

apcloic commented 3 years ago

Hi,

Thanks a lot for this plugin !

I'm trying to POST form data to a Yetiforce CRM (Open Source) using REST API. https://doc.yetiforce.com/api/

Here's a working demo php script : https://github.com/YetiForceCompany/YetiForceScripts/tree/master/YetiREST

As you may notice, the following parameters are required : 'apiPath' => 'https://gitdeveloper.yetiforce.com/', 'wsAppName' => 'portal', 'wsAppPass' => 'portal', 'wsApiKey' => 'VMUwRByXHSq1bLW485ikfvcC97P6gJsz', 'wsUserName' => 'demo@yetiforce.com', 'wsUserPass' => 'demo',

Does anybody knows how to add these extra parameters ?

Regards,

kennym commented 3 years ago

Please hire someone to fix that issue for you. I cannot provide support for your issue. Thanks for understanding. PRs are welcomed.