Line Bot
Line Bot is an automated chatbot service for LINE, a popular messaging app. It allows businesses and developers to create interactive chat experiences, automate responses, and integrate with external services for customer engagement and support. This is a bot development platform for the LINE messaging app.
ZBrain integration with Line Bot enables these capabilities:
Push Message
Push message to the line account
Custom API Call
Send a custom API call to a specific endpoint
How to Connect Line Bot to ZBrain Flow?
To integrate Line Bot with ZBrain Flow, follow these steps to select and utilize the desired capabilities:
Search for the Line Bot Component: Search the Line Bot component within the ZBrain interface.
Select the Required Capability: Select the desired element such as Push message or Custom API call.
Additional Settings to Create Line Bot Connection
Connection Name - Enter a name for this connection to identify it.
Bot Token - Provide the LINE Bot token to authenticate API requests.
Save - Click to establish the connection with the provided credentials.
Additional Settings to Push Message
Bot Token - Select a connection to authenticate the LINE bot.
User ID - Enter the recipient's user ID obtained from the webhook payload.
Text - Provide the message content to be sent to the user.
Additional Settings to Custom API Call
Send a custom API call to a specific endpoint
Bot Token - Provide the LINE Bot token for authentication.
URL - Enter the API endpoint URL for the request.
Method - Select the HTTP method (GET, POST, etc.) for the API call.
Headers - Add request headers for API authentication or configuration.
Query Parameters - Specify query parameters for the API request.
Body - Input the request payload (JSON format) for the API call.
No Error on Failure - Skip errors and continue the workflow when enabled.
Timeout (in seconds) - Set a timeout limit for the API call execution.
Last updated