• Resolved katmaca

    (@katmaca)


    I am very new to WordPress but after a few months have some familiarity.
    Still, I do not know what information is needed for CF7 API connection. I am trying All CF7 to Any API but I don’t understand the parameters required – if they are from my server details or from the program I am linking to.

    Your help is appreciated.

    Here are the paramters I see. And I am NOT married to this app if there is something else!!!

    Select Contact Form

    Newsletter Signup(383)
    API url
    https://api.leadconnectorhq.com/widget/xxxxxxxxxxxxxxxxxxx
    Header Request
    Authorization: MY_API_KEY
    Authorization : Bearer xxxxxxx
    Authorization : Basic xxxxxx
    Content-Type: application/json

    All your header Parameters set here.
    Input type

    Raw (application/json)
    Method

    POST
    Map your Fields
    Supports only a fixed format of JSON. Requires the PRO Version for Nested or Multi Level JSON

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Zenaul Islam

    (@zenaulislam)

    Hi @katmaca ,
    Thank you for reaching out!
    I understand that setting up an API connection with Contact Form 7 can be a bit overwhelming, especially when you’re new to WordPress. No worries—I’m happy to guide you through this.

    From your message, it looks like you’re using the “All CF7 to Any API” plugin and trying to connect it to LeadConnector via its API. Here’s a simple breakdown of what you need to do:

    1. API URL:

    You’ve already entered the correct API endpoint:
    https://api.leadconnectorhq.com/widget/xxxxxxxxxxxxxxxxxxx
    Make sure this is the correct URL provided by LeadConnector.

    2. Header Request:

    The API typically requires an Authorization Header. You might need only one of these, depending on LeadConnector’s documentation:

    Authorization: Bearer YOUR_ACCESS_TOKEN (Common method)
    Authorization: Basic YOUR_ENCODED_CREDENTIALS (If using username/password-based authentication)

    Try using only one of these methods at a time.

    3. Content-Type:

    Set the Content-Type as:
    application/json
    4. HTTP Method:

    Since you’re sending form data, select POST as the request method.
    5. Mapping Your Fields:

    You’ll need to map the Contact Form 7 fields to the expected JSON format for LeadConnector. Since the free version of “All CF7 to Any API” only supports a fixed JSON format, you might need the PRO version if LeadConnector requires nested JSON structures.
    Alternative Plugin Suggestion:

    If this setup seems too complex, you can also try WP Webhooks or Zapier, which might simplify the process.

    Note: CF7 do not need to API connection. It’s manage conditional field, Redirection etc.

    Best regards,
    Zenaul Islam

    Thread Starter katmaca

    (@katmaca)

    I found out we are migrating our application to new server/platform.
    Hopefully, I will have some technical sources when that happens who can work with me directly!
    Thank you for your response – I will keep it if I need more assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.