This function extends your Infusionsoft system to enable you to copy the value from one field to another field on your contact record. This is an easy way to update your Infusionsoft record.
Example
http://yoursite.com/?operation=copy-fields&source=FirstName&target=Nickname&overwrite=yes&auth_key=foobarbaz
Usage
Field Copy HTTP POSTs are compatible with Legacy HTTP POSTs, Actionsets, and Campaign Builder.
This function is designed for normal interactive use with in a campaign. It is not the best tool to use for bulk updates, especially for one-time updates of your contact data against a large number of contacts.
Doing Bulk Updates
Because Copy-Field is a service that makes API calls to update the contact record, it is NOT ideal for updating many thousands of records. If you need to update thousands of records or more on a one time or basis, then we recommend you export your contact records, edit them, and re-import them into Infusionsoft. This is faster and doesn’t impact your API quota.
Parameters
Field Copy HTTP POSTs take the following parameters
target: Names of the fields you want the data copied to. You can specify multiple fields by separating them with commas. Do not use spaces between the field names.
overwrite: Indicates whether or not to overwrite existing data in the destination fields. Defaults to no, if there is already a value in the target field, it will by default NOT be overwritten. Valid values are yes and no.
auth_key: Your Memberium HTTP POST authentication key. You can find a list of your valid i2SDK authentication keys in your i2SDK plugin.