live · Productivity & Work · JSON · API for agents
Request a redPIM consultation for a technical distributor / wholesaler. Provide name, optional company, a reply email and a short message about your catalog, data sources, target systems and goals. redPIM gets back to you by email.
{
"name": "request_consultation",
"kind": "action",
"impl": "declarative",
"description": "Request a redPIM consultation for a technical distributor / wholesaler. Provide name, optional company, a reply email and a short message about your catalog, data sources, target systems and goals. redPIM gets back to you by email.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name *"
},
"company": {
"type": "string",
"description": "Firma"
},
"email": {
"type": "string",
"description": "E-Mail *"
},
"message": {
"type": "string",
"description": "Worum geht's? (Katalog-Größe, Quellen, Zielsysteme, Ziele) *"
},
"website": {
"type": "string"
}
},
"required": [
"name",
"email",
"message"
]
},
"page": "/"
}