nowcerts_prospect_xmlPush
Push prospect data to NowCerts using XML format to automate lead submission and integration workflows.
Instructions
Push prospects via XML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_data | Yes | XML data to push |
Input Schema (JSON Schema)
{
"properties": {
"xml_data": {
"description": "XML data to push",
"required": true,
"type": "string"
}
},
"required": [
"xml_data"
],
"type": "object"
}