Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below.

WP All Import

The WP All Import integrator. Designed to work with data inside the application.']module[/tooltip]s allow you to watch the new import and export from your WP All Import account.

Getting Started with WP All Import

Prerequisites

The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!

Setting Up WP All Import Webhooks

  1. Open any Watch module, enter a name for the webhook, click Save, and copy the URL address to your clipboard. Click OK and save the trigger.
  2. Log in to your WP All Import account.
  3. Click All Import > Settings.
  4. In the Function Editor field, enter the following code.

    <?php 

    function after_import($import_id, $import)

    {

    //

    $body = array($import);

    $args = array( 

    'timeout' => '5', 

    'redirection' => '5', 

    'httpversion' => '1.0', 

    'blocking' => true, 

    'headers' => array(), 

    'cookies' => array(), 

    ); 

    // Sends import data to the webhook URL specified.  

    wp_remote_post("https://hook.make.com/<webhook_id>", $args); 

    }

     add_action('pmxi_after_xml_import', 'after_import', 10, 2); 

    ?>

  5. Replace https://hook.make.com/&lt;webhook_id&gt; in the wp_remote_post(“https://hook.make.com/&lt;webhook_id&gt;”, $args); with the URL address copied in step 1.
  6. Click Save Changes.

You have successfully added the webhooks.

Triggers

See the Setting Up WP All Import Webhooks to add webhooks in your WP All Import account.

Watch New Import

Triggers when a new import has been processed.


Webhook Name
Enter a name for the webhook.

Watch New Export

Triggers when a new export has been processed.


Webhook Name
Enter a name for the webhook.

 


Do you need help with something specific regarding WP All Import?

We are here for you.

Get support on the road to success from real experts.

We will help you set up your business processes, create connections from your current IT stack, and set up data analysis.

  • Chat, phone & e-mail
  • Support teams across the world
  • 2 hours average response time
Get in touch