• Resolved marashmallow

    (@marashmallow)


    Hello,

    I have set up a Revue integration as per the instructions, with API key and everything.

    When I submit a CF7 entry two things happen:

    1. I receive an email from CF7 to my administrator account, as if a regular contact form had been been filled. Shouldn’t AFI be disabling this?

    2. No new subscriber gets created in Revue.

    I don’t know if this points at the source of problem #2, but my debug.log shows this:

    [04-Feb-2022 09:28:26 UTC] PHP Notice: Undefined index: doptin in /wp-content/plugins/advanced-form-integration/platforms/revue/revue.php on line 139

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter marashmallow

    (@marashmallow)

    I also noticed this in my debug.log from activation. Don’t know if its helpful:

    WordPress database error Table 'nanop.wp_adfoin_integration' doesn't exist for query SELECT form_provider, action_provider FROM wp_adfoin_integration WHERE status = 1 made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/advanced-form-integration/advanced-form-integration.php'), Advanced_Form_Integration::init, Advanced_Form_Integration->__construct, Advanced_Form_Integration->init_plugin, Advanced_Form_Integration->includes, adfoin_get_action_platform_settings

    Plugin Author Nasir Ahmed

    (@nasirahmed)

    Hello,

    Thank you for contacting us. The AFI plugin doesn’t disable or change any form functionality. It just grabs the submitted data and sends it to the configured platform.

    Can you please go to the Log section of the plugin and see if any error logged there? If yes, click on view and send the full log here. Don’t forget to remove the API key in the log before sending it here. You can also directly send an email to support@advancedformintegration.com

    Thread Starter marashmallow

    (@marashmallow)

    Thanks for the rapid response! And cool to see the detailed transaction log. I didn’t notice it before you pointed it out.

    Here’s the result from attempting a Revue subscription registration (API key replaced):

    
    Time	2022-02-05 18:42:09
    Integration ID	2
    Request Data	
    {
      "url": "https://www.getrevue.co/api/v2/subscribers",
      "args": {
        "headers": {
          "Content-Type": "application/json",
          "Authorization": "Token token=\"uoUztZNsYdBJ8Qe8GB3vFCmuD9zigV8o\""
        },
        "body": {
          "email": "ataila+447@domain.net",
          "first_name": "Atailawe",
          "last_name": "Marisbobo"
        }
      }
    }
    Response Code	401
    Response Data	""
    Response Message Unauthorized
    

    I have verified that the API key in use by AFI is identical to the one provided by Revue in the account, at the bottom of https://www.getrevue.co/app/integrations.

    Plugin Author Nasir Ahmed

    (@nasirahmed)

    Hello,

    Please edit your last message and remove the line that contains the token as it should not be exposed to the public. It seems the Revue API server is not accepting any requests. I tried with my own account too. Their Zapier integrations also not working. So I will have to contact the support or if you have a direct connection to any of them, you can ask.

    Thread Starter marashmallow

    (@marashmallow)

    Thanks for looking into this.

    remove the line that contains the token as it should not be exposed to the public

    As stated earlier, this is already obfuscated, thanks.

    I guess Revue have dropped the ball…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Revue integration broken?’ is closed to new replies.