{"id":22874274,"url":"https://github.com/kennym/cf7-to-api","last_synced_at":"2025-07-14T07:36:28.309Z","repository":{"id":32483279,"uuid":"135038629","full_name":"kennym/cf7-to-api","owner":"kennym","description":"LOOKING FOR MAINTAINER. Wordpress plugin to transmit contact form 7 entries to remote API using POST or GET","archived":false,"fork":false,"pushed_at":"2022-02-02T11:05:32.000Z","size":144,"stargazers_count":52,"open_issues_count":7,"forks_count":30,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-08T17:50:38.738Z","etag":null,"topics":["cf7","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/cf7-to-api-basic-auth/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kennym.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"kennym","patreon":"kennymeyer","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-05-27T11:04:08.000Z","updated_at":"2024-03-21T23:01:26.000Z","dependencies_parsed_at":"2022-08-07T17:31:31.763Z","dependency_job_id":null,"html_url":"https://github.com/kennym/cf7-to-api","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennym%2Fcf7-to-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennym%2Fcf7-to-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennym%2Fcf7-to-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennym%2Fcf7-to-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kennym","download_url":"https://codeload.github.com/kennym/cf7-to-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229557480,"owners_count":18091958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cf7","wordpress"],"created_at":"2024-12-13T14:34:32.761Z","updated_at":"2024-12-13T14:34:33.423Z","avatar_url":"https://github.com/kennym.png","language":"PHP","funding_links":["https://github.com/sponsors/kennym","https://patreon.com/kennymeyer"],"categories":[],"sub_categories":[],"readme":"Contact form 7 TO API + Basic Auth\n==================================\n\nMAINTAINER NEEDED. Please email me if you're interested.\n\n-   Tags: contact form 7 to api,contact form 7,cf7 api,cf7 get,contact\n    form 7 post,contact form7 get,contact form 7 remote, Contact form 7\n    crm, contact form 7 integration,contact form 7 integrations, contact\n    form 7 rest api,\n-   Requires at least: 4.7.0\n-   Tested up to: 5.2.2\n-   Stable tag: 1.4.5\n-   License: GPLv3 or later\n-   License URI: \u003chttp://www.gnu.org/licenses/gpl-3.0.html\u003e\n\nAn addon to transmit contact form 7 entries to remote API using POST or\nGET.\n\nDescription\n-----------\n\nAdds an option to send leads to remote API's such as CRM's ERP's and\nother remote systems using POST/GET.\nNOTE: This plugin requires Contact Form 7 version 4.2 or later.\n\n-   Supports XML and JSON\\\n-   Supports Basic Auth\\\n-   Supports Bearer Auth\n\nUsage\n-----\n\nSimply go to your form settings, choose the \"Redirect Settings\" tab and\nset your required parameters,\n\n1.  Chose wether the specific form will use the API integrations\n2.  Type the API url\n3.  Select the method (POST/GET)\n4.  map the form fields (Each field that you use on the form will be\n    availble on this tab after saving the form)\n5.  choose wether you wish to debug and save the last transmited value.\n\nInstallation\n------------\n\nInstalling Contact form 7 TO API can be done either by searching for\n\"Contact form 7 TO API\" via the \"Plugins \\\u003e Add New\" screen in your\nWordPress dashboard, or by using the following steps:\n\n1.  Download the plugin via WordPress.org.\n2.  Upload the ZIP file through the \"Plugins\" \\\u003e Add New \\\u003e Upload\n    screen in your WordPress dashboard.\n3.  Activate the plugin through the 'Plugins' menu in WordPress\n4.  Visit the settings screen and configure, as desired.\n\nFrequently Asked Questions\n--------------------------\n\n= How can i redirect the user after success ? =\nYou can use another plugin for that - Contact Form 7 Redirection\n\n\u003chttps://wordpress.org/plugins/wpcf7-redirect/\u003e\n\n### How can i set Extra parameters?\n\nYou could set hidden fields for that\n\n\u003chttps://contactform7.com/hidden-field/\u003e\n\nOR\n\nsimply append the constant parameters to the url\nFor example:\n\n\u003chttp://my-api-url?const1=some_value\u0026const2=some_value\u003e\n\nChangelog\n---------\n### 1.4.11\n\n-   Support to new CF7 version\n\n### 1.4.10\n\n-   Add ability to override message with api response body (@Logikgate)\n\n### 1.4.9\n\n-   Update flattening of acceptance fields to json boolean value\n-   Add function to check if a field is an acceptance field\n-   Convert array to csv (@NicoP-S)\n-   support multiple file uploads (@NicoP-S)\n\n### 1.4.8\n\n-   Revert handle single quotes\n\n### 1.4.7\n\n-   Compatibility fixes\n\n### 1.4.5\n\n-   Handle line breaks\n\n### 1.4.4\n\n-   Extract custom placeholders from template\n\n### 1.4.3\n\n-   Fixed bearer token Usage\n-   Update WooCommerce plugin name\n\n### 1.4.2\n\n-   Bug fix\n\n### 1.4.1\n\n-   Support for WP 5\n\n### 1.3.0\n\n-   Add Basic Auth option\n\n### 1.2.0\n\n-   Added better support for checkbox arrays and radio buttons\n-   Added record filter to override record structure\n    \"cf7api\\_create\\_record\"\n\n### 1.1.1\n\n-   Fix version number\n\n### 1.1.0\n\n-   Added send XML option.\n-   Added send JSON option.\n-   Added error log.\n-   Debug log for each form\n-   Debug log view changed\n-   Debug log is now saved anyway\n\n### 1.0.1\n\n-   Fix code errors and notices.\n\n### 1.0.0\n\n-   Initial release.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennym%2Fcf7-to-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennym%2Fcf7-to-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennym%2Fcf7-to-api/lists"}