Front-end integration
- π Your sales tunnel: In your sales tunnel, insurance should be offered just before payment, with a compulsory YES/NO question.
- π€ Sending data to Meetch: Once the user has paid, if they have taken out insurance, you must send us all the information relating to their order.
- π§πΌββοΈ We take care of the rest: When we receive the subscriptions, we send the subscriber a confirmation email with their certificate and, in the body of the email, the link to the refund request form.
Ready-to-go information widgetβ
A modal window presenting the Meetch cancellation insurance offer is available and can easily be added to your sales funnel.
It also provides access to the contractual and pre-contractual documents related to your contract.
How to use it ?β
Here is the code that you can easily integrate into the insurance sales process: https://embed.meetch.io/ticketing/example.html
Both scripts open a modal window when you click on the βmy-buttonβ button.
<html>
<body>
<h1>This is an example page.</h1>
<button id="my-button">Click me</button>
<script src="https://embed.meetch.io/ticketing/learn_more_modal.js"></script>
<script>
meetchHelper.init({
organization: 'your-organization-identifier',
environment: 'ticketing',
selector: '#my-button'
});
</script>
</body>
</html>
You need to change "your-organization-identifier" by your organization identifier.