Custom Validations
This functionality enables users to build custom validation processes in third-party applications such as n8n.
Third-Party Workflow Requirements
Validation Logic
"Verified"Webhook Response Format
{
"Message": Success Message or Error Message,
"Name": Name of Automation Workflow,
"Success": true or false
}{
"Message": "Valid TV License",
"Name": "TV License Validator",
"Success": true
}Insert Custom Validations
Steps
Notes
Last updated