Primechat
API DocumentsWebsiteLog in
  • START HEREđź‘‹
  • FAQ's
  • Pricing Plans
  • Getting Support
  • PLATFORM
  • Registration
  • Overview
  • Workspace & Members
  • CHATBOT GUIDE FOR BEGINNERS
  • Introduction
  • What is a chatbot
  • Benefits & importance
  • Use cases
  • FLOW BUILDER
  • Flow builder overview
  • Field variable
  • Steps
    • Steps
    • Question Step
    • Variable Operation
    • JSON Operation
    • External Request
    • Send Notification
    • Condition Step
    • Split Step
    • Go to Step
  • Sub Flow
    • Sub Flow
    • Workflow
    • Function Flow
  • CHATBOT CHANNELS
    • Omni+Channel Chabot
    • Webchat Chatbot
    • Facebook Chatbot
      • Facebook Lead Generation
    • Instagram Chatbot
    • Telegram Chatbot
    • Slack Chatbot
    • Wechat Chatbot
    • WhatsApp, SMS & Voice ChatBot
      • WhatsApp Cloud API
      • Set Up Facebook App
      • Get Your Webhook From PrimeChat
      • Start With Test Numbers
      • Build WhatsApp Chatbot With Test WhatsApp Number
      • Supported Message Types
      • Template Message
      • How To Use Template Message
      • WABA: Com Bot
    • Google Business Messenger
  • INTEGRATIONS
    • WooCommerce
    • Stripe
  • OPENAI & PRIMECHAT
    • Create chat completion
    • ChatGPT & PrimeChat Use Cases
    • How to fine-tune ChatGPT for your business
    • Generate the chatbot flow using A.I
    • Power up your live chat with the AI assistant
    • Reply to Facebook and Instagram post comments
    • OpenAI embeddings & building your knowledge base
Powered by GitBook
On this page
  • Email Notification
  • Slack Notification
  • SMS Notification
  • Make Phone Call
  • Ref Payload

Was this helpful?

  1. Steps

Send Notification

PreviousExternal RequestNextCondition Step

Last updated 1 year ago

Was this helpful?

This action allows your bot to send notifications through various channels, including

  • Email

  • Slack

  • SMS

  • Phone Call

  • WhatsApp

  • Telegram

  • Viber

  • Live Agent

It's all in the "Notification" of your Action step.

Email Notification

Put the sender's address at "Email Profile" and the receiver's address at "To Email".

Slack Notification

Similarly, to send a slack notification, you will need to setup your slack integration first. Check how to setup slack integration?

In the pop-up window,

  1. choose a Webhook

  2. choose a default channel or name another one

  3. pick a message type, add as many as needed

  4. for example, "Section" type, put your message at area 4 and add photo or field value if needed

  5. use the "Test" button to send the message for test and adjust accordingly

  6. once finished, click "Save".

SMS Notification

Setup a sender number before you make a SMS notification. Check how to add phone number?

You can use the "generate random text" operation with text variable to get a random security code and send out for verification purpose.

Choose a sender and receiver, put a message, and here you go!

Make Phone Call

Same as SMS notification, a phone number is needed to make a phone call. Check how to add phone number?

Moreover, you must make a voice flow connected to this phone number otherwise your voice bot don't know what to say.

Ref Payload

Ref payload is used to pass on a message to the voice bot.

For example, set the payload to "support" here in the notification action and in your voice flow:

Go to the Start Step in your Main Flow and save the ref payload in a custom field.

You can pass on a JSON variable in the ref payload, but base64 encoding and decoding are needed before and after this. See base64 operations in Set Custom Field.

To send an email notification, you will need to setup your email integration first. Check ?

Unlike "Send Email" step, email notification only supports text message type. Check "" step in "Email Integration" page if you need more message types like images, buttons, files, etc.

how to setup email integration
Send Email