Contact Form to Any API
Contact Form 7 to Any API lets you send form submissions directly to any CRM, Webhook, marketing platform or REST API with complete control over payloads, endpoints, headers and authentication. Built for developers, agencies, and technical teams who need flexible, secure WordPress API and Webhook integrations without extra middleware. All data stays private within WordPress until it’s successfully sent to your chosen API. Video Demo: Key Features Send CF7 Leads to Remote API’s such as CRM and other External API using POST/GET Create up to 5 API Connections Supports Simple & Fixed Format of JSON Supports Basic Auth Supports Bearer Auth API Logs Management with submitted data and API response Auto Delete Logs (purge logs older than configurable number of days) Email Notifications on API Failure Save Contact Form 7 form submitted data to the database Export Contact Form 7 Data in CSV, EXCEL, PDF, Print Single Or Multiple delete CF7 entries Conditional Field Support (Equals / Not Equals) File input supported – Uploaded file will convert into BASE64 and send to API Multisite Compatible WPML Compatible Predefined Tags support Send data to multiple API (PRO) Support Multi Level or Any Format of JSON (PRO) Send attachments to any API (PRO) Option to Choose when to send data to API – Before CF7 mail sent OR After mail sent (PRO) Multi File Upload Support (PRO) Compatible with Multiline files upload for contact form 7 Plugin (PRO) Option to choose Numerical Fields / Integer Fields (PRO) Option to choose Multiple File upload fields (PRO) Retry Failed API Logs (Auto and Manual Retry) (PRO) Bulk Retry failed API calls (PRO) Advanced Email Notifications on API Failure (PRO) Priority Support (PRO) Paid plugin customization support for JWT Token Integration with Any API (Contact us) Paid plugin customization support for OAuth 2.0 API Integration (Contact us) Paid Plugin customization support for any API (Contact us) WPForms to Any API Plugin – (Plugin for WPForm Users – Connect WPForm to Any API) Upgrade to PRO for Advanced Integrations Unlock advanced flexibility and full control with Contact Form 7 to Any API PRO Unlimited API Connections per site Multi-level / Any JSON Structure support Multiple File Upload Field Support Define Integer Fields – map numeric fields precisely Retry Failed API Logs – auto and manually retry any failed API call directly from the log screen Bulk Retry – re-send multiple failed API calls at once with a single click Advanced Email Notifications on API Failure – send failure alerts to multiple recipients Priority Support for faster assistance Price: $29.99/year Upgrade to PRO Optional OAuth 2.0 and JWT PRO Add-On For APIs that require advanced authorization, our PRO Add-On ($99.99) provides: OAuth 2.0 and JWT token authentication Automatic access/refresh token management JWT Token Integration with Any API Perfect for enterprise or expiring token setups Get the Add-On Set Your Own Header Request Parameters Define custom header parameters to match your integration requirements. Examples: Authorization: MY_API_KEY Authorization: Bearer xxxxxxx Authorization: Basic xxxxxxx Content-Type: application/json Basic and Bearer authentication can be configured directly in the header input fields. Supported CRMs and APIs Connect Contact Form 7 with 200+ CRM and marketing platforms: Twilio WhatsApp — Watch Video Brevo — Watch Video Mailcoach — Watch Video Pipeline CRM — Watch Video Mailchimp — Watch Video Mailbluster — Watch Video Zapier — Watch Video HubSpot CRM — Watch Video Salesforce CRM Pipedrive — Watch Video Freshsales — Watch Video Airtable — Watch Video Capsule — Watch Video EngageBay — Watch Video OnePage CRM Clio Grow — Watch Video Close CRM — Watch Video Systeme CRM — Watch Video Insightly CRM — Watch Video Twenty CRM — Watch Video Agile CRM — Watch Video Sage CRM Odoo CRM/ERP System Fluent CRM Lead Post API Virtuagym API Pilotsolution OS Ticket Samdock CRM Mikrowisp Bats CRM FRS Labs API Get Cobra by ArcaMax Network Worldfilia SingleOps GorillaDesk API Sembark API Superoffice CRM Flowdesk JobAdder Unlatch CRM Mail2many Workato Jetbrains / Intellij Space API Fincenfetch Lead Docket Agendor API Lead IM Israel Personio Kala CRM Israel Pixxicrm easybizy sell.do Events500 SendPulse CRM And many more Browse all integration guides: Blog | Video Tutorials Our Other Plugins WPForm to Any API WPForm to Any API is most powerful plugin to send WPForm data to any third party services. It can be use to send data to CRM Or any REST API. Easy to use and User friendly settings Support Contact Form 7 to Any API is developed and supported by IT Path Solutions. If you have questions or encounter issues, visit our Support Forum or contact
[email protected]. Your feedback helps us improve and expand this plugin for the entire WordPress community. We also welcome: Bug and documentation reports Feature suggestions Translation contributions How You Can Support WordPress grows through community, and your help makes a difference. Report Bugs or Issues: Found a problem? Report it using the official guide. Fix or Suggest Docs Updates: Share corrections or suggestions on the Support Forum. Report Security Concerns: Follow the WordPress Security Reporting Guide. Suggest Features or Improvements: Have ideas? Submit them here. Contribute to Translations: Help translate the plugin on WordPress Translate. Explore our other plugins or visit WordPress Gems to check out what we do. License This plugin is licensed under the GNU General Public License v2 or later. https://www.gnu.org/licenses/gpl-2.0.html
Top keywords
- api41×4.69%
- crm22×2.52%
- video21×2.40%
- watch19×2.17%
- watch video19×2.17%
- pro17×1.95%
- support16×1.83%
- contact11×1.26%
- form9×1.03%
- send9×1.03%
- data8×0.92%
- contact form7×0.80%
Message Bridge for Contact Form 7 and VK
Message Bridge for Contact Form 7 and VK sends Contact Form 7 submissions to VKontakte users through a connected VK community. The number of VK recipients is not limited by the plugin: users subscribe to messages from the connected community, and the community acts as the notification bridge. To set up delivery: Create a VK community that will send the notifications. In the VK community settings, open Community management > Messages and enable community messages. Open Advanced > API usage, go to the LongPoll API tab, enable LongPoll API, and select API version 5.199 from the dropdown. Switch to Event types and enable Incoming messages. Open the Access keys tab and create a community access token with permission to use community messages. Open the Callback API tab and copy the group_id value. In the plugin interface, click Create Bot. Enter the Group ID, save the access token, or use the Copy PHP const controls to keep these values in PHP constants. Then wait for the bot status to become online. Configured and working bots are shown in blue. Ask each VK recipient to open the community messages and send start to the community. Approve or reject each subscription request in the plugin interface. Create a channel in the plugin interface to connect specific Contact Form 7 forms with the VK bot/community that should send their notifications. Hooks Filter cf7vk_skip_delivery Return a truthy value to stop delivery for the current Contact Form 7 submission before channels and messages are resolved. Arguments: $skip (bool), $contact_form (WPCF7_ContactForm), $submission (WPCF7_Submission). Filter cf7vk_unfiltered_message Filters the Contact Form 7 mail body after mail-tag replacement and before VK-specific formatting. Arguments: $message (string), $submission (WPCF7_Submission). Filter cf7vk_prepared_message Filters the formatted VK notification text before it is passed to the linked delivery channels. Arguments: $prepared_message (string), $submission (WPCF7_Submission), $contact_form (WPCF7_ContactForm), $mail (array). Action cf7vk_channel_sendout Fires when a channel starts processing a prepared outgoing message, before bot and chat availability checks. Arguments: $channel (iTRON\cf7Vk\Channel), $message (string), $context (array). Action cf7vk_delivery_exception Fires when delivery relation lookup, chat status lookup, or VK transport delivery fails. The $chat argument can be null for relation lookup errors. Arguments: $exception (Throwable), $channel (iTRON\cf7Vk\Channel), $chat (?iTRON\cf7Vk\Chat), $context (array). Source Code and Build Tools The development repository for this plugin is publicly available at: https://github.com/hokoo/cf7-vk The admin assets bundled in this plugin are generated from the React source in that repository. Current build flow: Install dependencies in plugin-dir/react with npm ci or npm install. Run npm run build in plugin-dir/react to regenerate the production assets. External Services VK API This plugin connects to the VK API to verify the configured community, request Bots Long Poll bootstrap data, load user and conversation details for connected dialogs, and send Contact Form 7 notifications to VK dialogs. When an administrator verifies or syncs a connection, the plugin sends the configured community ID, community access token, API version, and the identifiers required for the requested VK API call, such as peer IDs, conversation message IDs, and user IDs. When a Contact Form 7 submission is delivered, the plugin sends the destination dialog peer ID and the formatted notification text. That notification text can include the form title, mail subject, and submitted field values. This service is provided by VK: Terms of Service: https://vk.com/terms Privacy Policy: https://vk.com/privacy API documentation: https://dev.vk.com/ VK Bots Long Poll API This plugin connects to the VK Bots Long Poll API to discover dialogs that send the configured authorization command to the connected community and to fetch new message events for linked dialogs. When an administrator runs dialog sync, the plugin sends the current Long Poll server key and timestamp issued by VK. VK returns new community message events and related dialog metadata, which can include peer IDs, sender IDs, conversation message IDs, message text, and chat titles. This service is provided by VK: Terms of Service: https://vk.com/terms Privacy Policy: https://vk.com/privacy Long Poll documentation: https://dev.vk.com/ru/api/bots-long-poll/getting-started