...
A URL Disposition Action allows you to fire an REST style call to an external system at the end of each call (based on the selected disposition) to send data or notify the external system.
Usage
A URL Dispostion Disposition Action has many possible uses. Some examples are:
...
You can pass both User fields and 06.02. System Fields on the url.
Example
Code Block |
---|
https://google.com.au/registration?Campaign=${njCampaignName}&lead=${njLead}&phone=${person1_phone} |
The above example calls a fictious fictitious google service which registers a persons phone numernumber. In addition to the phone no. the campaign name and unique lead id are also passed to the google service.
...