Installing the Plug-In
You should have installed your Infusionsoft Pocket Developer plug-in using the instructions provided, if for any reason you have not installed your Pocket Developer plug-in click here to learn how.
Configuring the HTTP Post Snippet
NOTE: Everything in an HTTP POST is case sensitive. That includes the URL, the parameters on the left and the field names on the right. If caPitaLizaTion is wrong, your post will not work.
URL:
The URL, on your server, where the Pocket Developer script is stored. For example:
http://yourdomain.com/scripts/PocketDeveloper/Blocks/TagsFly/tagsfly.php
Required Name /Value Pairs:
field
- This is the field whose value will be modified by the counter action, such as _MyField or Contact._CustomField1. Field name should have no merge-field tilde characters
direction
- The direction with which the counter should iterate. The only values supported are: ‘up’, ‘down’, ‘add’, ‘subtract’, ‘increment’, ‘decrement’, ‘increase’, and ‘decrease’
amount
- The amount of change of the counter iteration. Generally, this should be some positive numeric value, such as 3, 10, 7.6, etc.
contactId
- This is the contact Id for the contact record where fields will be retrieved (if any) and where the result of the counter iteration will be stored
Optional Name Value/Pairs:
request
- This is a URL to query at the end of the operation. The merge field {result} can be placed anywhere within the URL to include the result of the operation, allowing you to pass the value to another script
Demo Video
Pro Tips
Frequently Asked Questions