A minimal Creatio 8 package exposing a webhook endpoint for Tilda website forms.
Registers a single web service that Tilda calls when a form is submitted. The service validates the request against the configured site, reads the submitted field payload, and creates the corresponding record in Creatio — turning landing-page forms into CRM leads without an intermediate integration.
| Path | Contents |
|---|---|
descriptor.json |
package identity and its 3 base-package dependencies |
Schemas/ |
1 source-code schema — the webhook service |
Resources/ |
localisable strings for the service |
The whole package is one endpoint; there are no objects, pages or processes.
The expected site name is a constant in the service. It has been blanked in this copy.
Written against Creatio 8.
Written from my own work on Creatio integrations; published as a reference implementation, no client data included.