Contact Creator

OVERVIEW

Create new contacts based on information pulled from an original contact record. This feature is great for letting contacts register guests and themselves for events.

INTEGRATIONS NEEDED FOR CONTACT CREATOR

You are currently viewing this content for Keap.
Click here to switch your platform.

Contact Creator Configuration Options

click image to enlarge

Contact(s) to Add

In this section, you will find the options for building your Contact Creator tool. Follow along in your PlusThis app, or by viewing the numbered step in the screenshots.

1

Set this new contact's field:

Select what field in the new contact you’d like to populate.  
If you do not have a field created already, you can create a field by clicking on the plus (+) symbol on the right-hand side of the field selector.  
2

To this value from the existing contact:

On the right, select which field on the original contact record where the above value is stored.
3

Add a field Mapping (button)

If you would like to populate another field on the New Contact 1 record, click on the “add a field mapping” button. This will add a new set of fields you can select.
Repeat steps 1-3 for every field you’d like to populate on the new contact record.
4

Add a Contact (button)

If you would like to create a second contact record from values stored in the fields of the original contact, click the "Add a Contact" button to create a new set of configurations for the second contact

New Contacts Marketing Opt-In

5

Would you like to opt-in the newly created contacts?

By default, the toggle is set to "yes" if you would not like to opt-in the newly created contacts you can switch the toggle to "no".  
6

What reason do you have for opting these contacts in?

By default, we will pre-populate the reason "Created via PT Contact Creator." However, you can change this reasoning if you would like by updating the text in the field. 

click image to enlarge

click image to enlarge

7

Would you like to link the new contact(s) with the original contact?

By default, the toggle will be set to "no". If you would like to link the contacts together.  
8

Do you want to erase the contact data for the new contacts found on the existing contact record?

By default this toggle will be switched to "No" however if you would like to erase the contact data for the new contact from the fields of the original contact record, switch this toggle over to "Yes".  
9

Which tag would you like to apply to each of the created contacts?

In the drop-down, select a tag if you would like to tag newly created contacts.  
If you do not have a tag created already, you can create a tag by clicking on the plus (+) symbol on the right-hand side of the tag selector.  
10

Tool Name

Enter a name for your tool in this field. The name is solely for use inside of PlusThis, and will not be visible to customers. 

FAQs / Tips

Implementation Types

HTTP Post

Run your tool virtually anywhere in your campaign using an HTTP post element.

1
This Tool should be triggered by an "HTTP Post" from Infusionsoft. This can be done using the Campaign Builder's "Send HTTP Post" option found on the left hand side of the sequence builder, under the "Process" section.
2
Decide where in your campaign you want to trigger this Tool. It can be part of virtually any Campaign Sequence.
3
In the Campaign Sequence, place a "Send HTTP Post" action where you want to run the Tool.
4
Use the Tool URL, provided above, in the "POST URL" field of the HTTP Post.
5
Leave the default "Name / Value Pairs" as is. There should be an entry that looks like this: contactId = ~Contact.Id~
6
Leave the Merge Fields as is. PlusThis gets all of the data necessary to run from the Contact Id Name / Value pair.
7
Mark the HTTP Post (and Sequence) as "Ready".
8
Publish your campaign changes and test! The "Send Test" button in Infusionsoft is not a good way to test PlusThis Tools. Instead, create a test contact record and push that record through the appropriate sequence.

click image to enlarge