Web Interface API
When running a dynamic campaign, you can remotely add CRM records through our web interface API by submitting an
to the Voicent Gateway. Once added, they can be interacted with within a dynamic campaign.If you have a dynamic campaign configured to call
then you can actively submit new CRM records with the category to actively be called. Once that record has been called, your call disposition rule may change it to , , , or which will cause it to not be called again. You can configure other dynamic campaigns to call other categories/dispositions.Target Voicent Gateway Server:
Replace localhost with the applicable IP address if submitting from another computer other than the server machine directly. Additionally, if you changed the default port from
please change as necessary.Name & Value pairs:
- : Specify an action. Applicable actions are: add, get, delete
- : Specify the web password. Default is
- : Will always be
- : Specify a first name
- : Specify a middle name
- : Specify a last name
- : Specify an email address
- : Specify an email address
- : Specify a fax number
- : Specify a phone number
- : Specify a phone number
- : Specify an extension to the work phone field
- : Specify a phone number
- : Specify a phone number
- : Specify a business
- : Specify a job title
- : Specify if this user requested to not be called. Actions are: yes or no
- : Specify if this user requested to not be emailed. Actions are: yes or no
- : Depending on if you want your CRM record merged with existing records that match the phone number. Actions are: yes or no
- : Specify the category of your customer. This field is useful for controlling dynamic campaigns.
- : Specify a street
- : Specify a city
- : Specify a state
- : Specify a zipcode
- : Specify a country
- : Specify a street
- : Specify a city
- : Specify a state
- : Specify a zipcode
- : Specify a country
Additional Name & Value pairs for custom fields:
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
- : Value for your custom field
Response after submitting
In order to determine if the CRM record was created you will be returned a digit with two square brackets like: [341]. This is the users CRM record ID. If the response does not contain a digit with brackets then Voicent did not find or create a CRM record.