Documentation

CF7 to Any API PRO

  1. Click add new CF7 API and give the suitable API title
  2. Please select a form which you would like to connect with API
  3. Enter your CRM/API URL in API URL field

    Ex. https://api.mailbluster.com/api/leads/

  4. Add header request like below
    Authorization: MY_API_KEY
    Authorization: Bearer xxxxxxx
    Authorization: Basic xxxxxx
    Content-Type: application/json

    Authorization 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/json

    After convert put it on header like below

    Authorization: Basic c2FsdXRlLXZldGVyYW5zLWFwaSA6IDBjd1NURENTcE91MUNOQXFVRFFmajdN
    Content-Type: application/json
  5. Then you have to select your Input Type JSON OR GET/POST
  6. Select your API Method POST or GET
  7. Enter Your API JSON and Map with CF7 Fields Example
    {
    “name”: “[full-name]”,
    “phone”: “[phone]”,
    “email”: “[email]”,
    “message”: “[messafe]”
    }
  8. Save your API configuration

CF7 to any API video tutorial

Logs

  1. After submitting data you can see your data in Logs tab.
  2. You can see your API logs and its data which is submitted by user
  3. You can see your API response too.
    Ex.

Entries

  1. Select the form and its data will display.
  2. You can download your data in CSV, Excel, PDF and also you can Print your data.
    Ex.

Contact Us

Email: support@contactformtoapi.com

Need Help with Plugin Integration ? Click to Connect us

whatsapp