Installing the Plug-In
Note: 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:
from
- The sender/originating phone number (assigned & supplied by TelAPI)
message
- The message to be delivered to the recipient. There is a 160 plain text character limit and a 70 character limit for messages that contain unicode symbols.
Optional Name Value/Pairs:
to
- The recipient’s phone number. If this is not provided, any mobile number within the contact’s record will be attempted.