Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Export Profiles are used to send data to a Postback URL of FTP. This article will walk you though the configuration for an Export Webhook sending data to a Postback URL.

Generally these are used to send partials to a call center, but they are not limited to that function. We will add the field mappings you configure to the Postback URL string so the URL field will be just the URL itself without a string. Setting the mappings allow you to choose which Konnektive data matches your 3rd party data. 

Please note that Konnektive Test Card orders will not export through the webhook system.


Step 1: Go to ADMIN | EXPORTS page by using the main navigation.

Step 2: Create a New Export Profile by clicking the green + button.


Next, Enter your profile name and select Postback as the export type


Click create and the profile will be added to your Export Profile List.

Step 3: Configure the Postback Export

First, click edit to enter the profile configuration page:

This will take you to a page with two sections: General Settings and Field Mappings.

Step 4: Configure General Settings

Field Definitions:

  • Profile Name – The name of the export profile. Can be whatever you want.

  • Export Type – Type of Postback export

  • Postback URL: Where you want the information sent

  • Export Delay – Set the time, in minutes, for how how long the export should be delayed. By default the webhook task runs every 15 minutes and will fire any webhooks that have been triggered since the last task fired. If you add 5 minutes to the delay, this adds 5 minutes to the 15 minute default which will then result in the webhook task running every 20 minutes.

PCI Documentation is only required if the export will contain sensitive data. Please contact your account manager for assistance if necessary.

Step 5: Configure Field Mappings

First, click the green + button to add a Field Map

This will bring up a dialog box for adding a new field mapping. Field mappings essentially tell the system how to build the export file, which columns should be included and in what order.

Definitions: 

Export Name: The name of the column in the CSV file.

Field: The name of the field you are mapping from the CRM order record.

Static Value: If selecting “Static” as the field, then this represents the static (unchanging) value that is always used.

Please view our available Field Mappings here!

Examples:

  • Mapping customer first name:

  • Mapping date created:

  • Mapping static value (ie, username/password, list_id, function, etc)

After you configure your mappings you will see them all listed. This is the data that will be sent any time this export profile is triggered:

Using https://postingmydata.com/partials.php as the Postback URL and the above field mappings, the webhook will send the data like this:

https://postingmydata.com/partials.php?first_name=[firstName]&order_date=[orderDate]&list_id=400&email_address=[emailAddress]&campaign_number=[campaignId]

The CRM will fill in the [items] with the data from the order records that get exported.

Step 6. Configure Profile Routing

Now that you have your Profile setup and your fields mapped. It's time to setup which campaigns and products should be included in the export. Without a routing setup, the system does not know if you intend to export partials, sales, cancellations or which campaigns you want to export data from.

First, Update to save any changes then click on Export Profiles on the top bar navigate back to the main Export Profile page.

This will take you back to the page we visited in Step 1. On the right side of this page you'll see a section titled Profile Routing. Click the green + button to add a new route.

This will bring up a dialogue:

Use the select boxes to determine which customer type, campaigns and products should be included in the export. You can select from the following customer types:

- Partial – export only incomplete orders (also called leads)

- Decline – export orders that declined

- New Sale – export only new sales that were successfully billed

- Upsell – export only orders that include an upsell

- Recurring Order – export orders created as part of a continuity subscription

- Cancel – exports if recurring purchase is cancelled

- Pre-Billing – export only after prebill notification email has been sent prior to next rebill.

- RMA Issued– export only when a fulfilment status has been changed to RMA PENDING.

- RMA Received – export only when a fulfillment status has been changed to RETURNED.

- Refund – export orders that have been refunded

- Chargeback– export orders that has been chargedback

- Rebill Decline – export only when a rebill declines.

- Recycle Failed – exports orders who reach recycle failed status

- Fulfillment Shipped – exports orders when their fulfillment status shows as Shipped

Example 1: Exporting partials from a specific campaign

This setup will include partials from only the "Test Lander" campaign, campaign Id 259.

Example 2: Exporting partials and sales from a specific campaigns. To add an additional campaign to the export, simply repeat the process and select the appropriate choices.

Now the daily export file will include all sales and partials from both "Test Lander" campaign and each in their own file.


Viewing Fired Webhooks

When a webhook has been triggered a system generated message will be left in the customer history section of the customer who was exported.

There will be a blue link in the log where you can see what data was sent for this particular customer


If a webhook fails to export we will continuously re-attempt to post to the webhook until it is successful. This is useful for when webhook targets are down for maintenance or experience connection issues.

Please note that Konnektive Test Card orders will not export through the webhook system.

  • No labels