Velocify Create Leads

To create leads using a Velocify connector, follow these steps:

  1. Find and run the List Fields method to get an XML object containing all the fields that you can use.
  2. Note the details of the fields you want to use in the Create Lead method.
  3. In connector testing, add the fields you want to use to the connector in the following format: soapenv:Envelope.Field_ID_{FieldId}.

    For example, if the First Name field has an ID of 1 then the Field Location to use is soapenv:Envelope.Field_ID_1 and you can set the Display Name to First Name.
  4. Repeat step 3 for every field you want to access.