Engati Product Docs

⌘K
Engati - User Guide
Getting started with Engati
Registration
Login
Forgot Password
Navigation
Creating your first bot
Building your bot
Harnessing conversational intelligence
Deploying the bot
Simplified Broadcast
Tracking & Analytics
Activating Live Chat
Managing your account
Engati for Shopify - What’s in it for you?
Engati for WooCommerce - Onboarding and Deployment
Engati APIs
What's New?
Docs powered by archbee 

Random Message and Custom Card

5min

1. Random Message

You can use the random message node to send a different reply each time the user reaches that part of the flow. This can be useful in greeting messages or default messages.



2. Custom Card Node

You can add an HTML-CSS styled card in the user message, making the flow it interactive.

Note : Custom Card is supported only for bot version 1. Please reach out to support@engati.com.

You can add your code blocks and check how the card would look to the end-user. Custom cards are supported only on Mobile SDK and the web app.

Example :



Document image

html
CSS
|
<img class="fit-picture"
     src="https://s3-ap-south-1.amazonaws.com:443/bot-bkt/prod/85957/85957-Screenshot%202023-04-07%20at%209.07.06%20AM.png"
     alt="Grapefruit slice atop a pile of other slices">
<!DOCTYPE html>
<html>
<head>
	<title></title>
</head>
    <body>
        <h3 style="color: red;
            font-style: italic;
            text-align: center;
            font-size: 50px;
            padding-top: 25px;">Learning HTML using Inline CSS</h3>
   </body>
</html>

 





Updated 07 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
Media Nodes
NEXT
Template Message
Docs powered by archbee 
TABLE OF CONTENTS
1. Random Message
2. Custom Card Node