Hello world! Welcome to WordPress. This is your first post. Edit or delete it, Read More → kobi September 2, 2022 1 Comment
Uncategorized Quasi distinctio molestiae quibusdam excepturi quia accusamus Molestias et omnis ex. Corrupti aperiam dolor sed vel veniam praesentium sit. Read More → kobi April 28, 2020 No Comments
Uncategorized Optio cum asperiores vel Id ut ratione porro sed rem ipsa sit A voluptatum in et Read More → kobi April 28, 2020 No Comments
Integrations Registrar of Companies integration Estimated reading: 2 minutes 95 views This integration allows to validate the company ID when user fills the form. There’s a public GOV API available that exposes data of Israeli companies, including: ID, name, status etc.. Company ID validation includes two steps: creating a WebHook integration and configuring a connector from the template side. WebHook integration In order to create WebHook integration in the Cellosign system go to “Integrations” screen and press “+Add” under “WebHook” section: AliasAdd the alias name (any value).TypeSelect the type “Request when form field was changed”.Use implicitlySet the Use implicitly to ON.URLAdd the following URL:http://prod-cs-company-registry.default.svc.cluster.local/api/v1/israel_companies/form_field_change/TimeoutDefault: 30 All the other parameters should not be changed, default values will be used. Save and press “Test” button to verify connection with the WebHook server. Template implementation From the template side need to add relevant fields and change their IDs according to the table below: company_idCompany ID field – can be Text, Number or ID controllers.company_hebrew_nameCompany name in Hebrew.company_english_nameCompany name in English.company_existsCheck if the company exists. Returned values: true or false.company_statusThe status of the company. Company ID field example: Company English name field example: Go to “Integrations tab” and press “+Add Live Connector” under Connectors section: In the Source field select the created WebHook integration. Set the Trigger action on “Change” of the company ID field or use “Click” action in case of button. Map the company fields from the template. Alias will be completed automatically according to the field ID. In the client side when entering the Company ID value all the other fields will be completed automatically with the returned values from the Registrar of Companies API. For more information about templates options click here. Integrations - Previous Payment integration