Results 1 to 2 of 2

Thread: Exporting Targets from Target List

  1. #1
    Jirka is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Prague, Czech Republic
    Posts
    44

    Default Exporting Targets from Target List

    I already posted in Power Prospecting, but i guess it is better to ask here.

    My campaign has 180 bounced emails. I need to take these 180 contacts and send them to someone so they go through them and correct them.

    Now, how do i export them? I managed to put them into a Target List, but it seems like a dead end. I dont see any way to export it.

    Any hints ?

    Thanks a lot,
    Jirka

  2. #2
    Jirka is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Prague, Czech Republic
    Posts
    44

    Default Re: Exporting Targets from Target List

    Well we solved by the following SQL and export to Excel, not the cleanest of solutions, though

    Code:
    SELECT contacts.email1, contacts.first_name, contacts.last_name
    FROM `prospect_lists_prospects` , contacts
    WHERE prospect_lists_prospects.related_id = contacts.id
    AND prospect_list_id = 'ccfdbe5a-d946-11eb-f127-47025ed7c322'

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. various email campaign issues: all new
    By florenceit in forum Marketing/Campaign Management
    Replies: 21
    Last Post: 2010-09-03, 03:11 PM
  3. Exporting Target List
    By teknutzen in forum Feature Requests
    Replies: 8
    Last Post: 2008-06-14, 02:13 PM
  4. Replies: 0
    Last Post: 2007-06-19, 01:37 PM
  5. Exporting target list from a campaign
    By diana.stuhlmiller in forum Help
    Replies: 3
    Last Post: 2007-03-29, 12:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •