Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

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

...

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

Step 3: Configure the Postback Export to choose what data to send, and where to send it.

First, click edit to enter the profile configuration page:

...

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 orderwhich data to include on each postback export.

...

Definitions: 

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

...

Please view our available Field Mappings here!

Examples:

  • Mapping customer first name:

...

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]&last_name=[lastName]&order_date=[orderDate]&list_id=400&email_address=[emailAddress]&campaign_number=[campaignId]

The CRM will fill in the [items] with the data from the orders.

...

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

...

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 that match your needs.

...

Now the daily export file will include all sales and partials from both "Test Lander" campaign and each in their own filethe "My Sample Funnel" campaign. Both will export with the same data configured within the “Sample Profile” profile, and each will be their own exports.


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.

...