To create leads using a Velocify connector, follow these steps:
- Find and run the List Fields method to get an XML object containing all the fields that you can use.
- Note the details of the fields you want to use in the Create Lead method.
- 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 of1then the Field Location to use issoapenv:Envelope.Field_ID_1and you can set the Display Name toFirst Name. - Repeat step 3 for every field you want to access.