How do I configure an http get command or create a post url? Print

  • 2

Log in as Admin.

Go to the Admin Button .

Click on the Edit Properties (yellow pencil icon) for each agent you wish to configure .

Put URL or get command in the box labeled Post URL:  You can use #{database_field_label} to insert the information from your database field into the URL string or get command.

Example String: www.examplewebsite.com/accounts/client=#{AccountNumber}  <---- Account Number is the name of the field in the CSV File, and this will pull whatever account number listed in the file for the client. 

Example Output: www.examplewebsite.com/accounts/client=1234                   <---- This is what would be displayed in your Browser URL box. Notice the 1234, that is the example account number pulled from the field.

Save. 

Have the agent logout and log back in. 

Now when your agent presses the Post URL button on the contact view tab  , it will Post the URL or run the get command.

To see a list of names of database fields go to the admin   tab and go to the  link on the top left of your screen.


Was this answer helpful?

« Back