CF7 to Any API PRO
- Click add new CF7 API and give the suitable API title
- Please select a form which you would like to connect with API
- Enter your CRM/API URL in API URL field
Ex. https://api.mailbluster.com/api/leads/
- Add header request like below
Authorization: MY_API_KEY
Authorization: Bearer xxxxxxx
Authorization: Basic xxxxxx
Content-Type: application/jsonAuthorization having Username & Password with Base64 ? to convert online click here and put it on header
Authorization: Basic ‘ . base64_encode( YOUR_USERNAME . ‘:’ . YOUR_PASSWORD )
Content-Type: application/jsonAfter convert put it on header like below
Authorization: Basic c2FsdXRlLXZldGVyYW5zLWFwaSA6IDBjd1NURENTcE91MUNOQXFVRFFmajdN
Content-Type: application/json - Then you have to select your Input Type JSON OR GET/POST
- Select your API Method POST or GET
- Enter Your API JSON and Map with CF7 Fields Example
{
“name”: “[full-name]”,
“phone”: “[phone]”,
“email”: “[email]”,
“message”: “[messafe]”
} - Save your API configuration
CF7 to any API video tutorial
Logs
- After submitting data you can see your data in Logs tab.
- You can see your API logs and its data which is submitted by user
- You can see your API response too.
Ex.
Entries
- Select the form and its data will display.
- You can download your data in CSV, Excel, PDF and also you can Print your data.
Ex.
Predefine tags
These predefined tags can be used directly in your JSON payload. When the form is submitted, their values are automatically replaced with dynamic data (e.g., user IP, page URL, submission date, etc.). This ensures real-time data is passed without manual input.
- [_user_ip] – Captures the visitor’s IP address at the time of form submission.
- [_date] – Displays the submission date (based on your WordPress Settings → General → Date Format).
- [_time] – Displays the submission time (based on your WordPress Settings → General → Time Format).
- [_submitted_date_time] – Displays both date and time of submission (follows your WordPress Date & Time Settings).
- [_site_url] – The home URL of your website.
- [_submission_source_url] – The URL of the page where the form was submitted.
- [_post_id] – The ID of the current post or page where the form is placed.
- [_post_slug] – The slug (URL-friendly name) of the current post or page.
- [_post_title] – The title of the current post or page where the form is located.
- [_form_id] – The unique ID of the Contact Form 7 form.
- [_form_name] – The name/title of the Contact Form 7 form.
- [_http_referer] – The previous page URL that referred the user to the form page.
- [_browser_info] – Captures the user’s browser and operating system information (User Agent).
- [_server_name] – The server hostname where your WordPress website is hosted.
Contact Us
Email: support@contactformtoapi.com
Need Help with Plugin Integration ? Click to Connect us