What does this page cover
Learn how to configure notification actions in payment workflows to send alerts via email, SMS, push notifications, display success messages, or redirect users to a specific URL when a payment succeeds or fails. Before you begin, ensure you have a clear understanding of payment workflows and how to create them.
1. Notification actions for payment workflows
Notification actions in payment workflows help keep users informed and engaged based on the status of their payment. These actions are triggered through workflows configured using payment events, such as payment success or payment failure. They allow you to automatically send alerts via email, SMS, or push notifications, display success or failure messages on the form, or redirect users to a specific URL based on the defined workflow conditions.
The notification actions that can be configured in payment workflows are listed below.
- Send email- Sends an email to specified recipients.
- Send SMS- Sends a text message to a mobile number.
- Send notification- Triggers a push notification to the user.
- Show success message - Displays a toast message after form submission.
- Redirect to a URL- Redirects the user to a specific webpage after submission.
You can also include dynamic values in the notifications using Zoho variables, system fields, and form fields. These placeholders are automatically replaced with the corresponding values from the current record when the notification is sent. The table below lists the Zoho variables and system fields available for assigning dynamic values in your notifications.
| Variable | Replaced with |
| ${zoho.adminuserid} | Email address of the application admin |
| ${zoho.loginuserid} | Email address of the logged in user |
| ${Added_Time} | Record added time |
| ${Added_User} | Name of the user who added the record |
| ${Added_User_IP_Address} | IP address of the user who added the record |
| ${ID} | Unique number assigned to a record |
| ${Modified_Time} | Record modified time |
| ${Modified_User} | Name of the user who modified the record |
| ${Modified_User_IP_Address} | IP address of the user who modified the record |
Including form field values in the notification
Apart from the above fields, you can also include values from your form fields to customize your message using the format '${<fieldLinkName>}'. For example, if you have a field name as 'Employee Name' in your form, you can include the variable '${Employee_name}' in the body, and it automatically replaces the actual data entered by the user.
1.1. Send email
Note: To improve email deliverability, we’ve updated our email handling policy. Public or unauthenticated custom domain email addresses can no longer be used as sender addresses in send-mail actions and tasks. Any existing emails using these addresses will be automatically replaced with our verified domain and re-routed until the respective domains are authenticated.The send email action allows you to send customized email messages without writing any code, providing a user-friendly way to configure email action as an alternative to the Deluge send mail task. You can use it to trigger emails when a payment succeeds or fails.
An email notification comprises of fields such as From, To, and Message. You can include supported system fields, Zoho variables, and form field values dynamically in these fields. The message field contains text and HTML editor, and therefore, you can use any HTML tags to format the text. For instance, if you enclose the text inside <strong>tag</strong>, it will turn bold in the email while <em>tag</em> will italicize the text.
Use case: In the Zoho Creator Order Management application, when a customer completes a payment through the checkout form, a send email action is triggered to notify both the customer and the delivery team. This ensures that the customer receives immediate confirmation of their order and payment, while the delivery team is informed to prepare and process the order efficiently.
- Create a payment workflow by selecting the required form and choosing the field that determines the payment amount.

- Click Add New Action under the Payment Success or Payment Failure section of the workflow to create a new action block, depending on when the notification action must be executed. The Add New Action panel will slide in from the right.
Note: By default action to send mail to the login user mail will be configured in the Payment Success and Payment Failure section. You can also modify, remove or add new actions to them.
- To create new action in the existing action block, hover over the action inside an action block and click the + icon that appears.

- Select when to run this action. By default, it is set to Always, which means the action will execute for all records. To run the action only for specific records, choose on condition and define the necessary condition or criteria. Learn more about configuring conditions in a workflow.

- Choose the action type as Notification and select Send email action.

Configure the send email action in a workflow by specifying the following fields on the Send email page:

From: Select the email address from which the message will be sent. You can choose from:
- Zoho variables such as the admin's email address or the logged-in user's email address.

- An email field from the form where the workflow is being configured

- Verified email addresses from your Zoho Creator account's Email Management section

- You can also add and verify a new email address by selecting + Add new email, entering the email address in the popup, and then entering the verification code sent to that address. Once verified, the email will appear in your account's verified email list.

Note: If the selected From address is not verified, emails will be sent through Zoho Creator's default domain. Learn moreTo: Select the email address to which the message will be sent. You can also enter one or more email addresses directly, or use dynamic values such as Zoho variables, system fields, or form fields (for example, the admin's or logged-in user's email address).

- You can also specify CC, BCC, and Reply-To addresses by clicking the respective links to reveal the fields.

- Subject: Enter the subject line of the email. You can include supported Zoho variables, system fields, and form fields in the subject by selecting Insert fields.

- Message: Enter the message content. Like the subject, you can include supported Zoho variables, system fields, and form fields to personalize the email.

Content type: Choose the preferred content type:
- HTML (default) – Displays the message content to the receiver as entered without rendering HTML tags. The tags are shown in the output.
Example: If you have the message as <p>Hello world</p>, it will be sent as <p>Hello world</p>. - Plain Text – Renders the message content to the receiver without showing HTML tags. The tags are hidden, and only the text content appears.
Note: If your message contains HTML tags and you want them to be rendered, set the content type to Plain Text.Example: If you have the message as <p>Hello world</p>, it will be sent as Hello world.

- Click Save.

- Click Done in the top right corner of your screen.

1.2. Send SMS
The send SMS action allows you to send customized text messages to the phone number stored in your form's phone number or number fields when the payment succeeds or fails. The SMS is sent by integrating with external SMS service providers without writing any code. This provides an UI-driven way to configure the send SMS action, serving as the equivalent alternative to the Deluge send SMS task.
This action ensures that users receive instant SMS notifications about their payment status, helping improve responsiveness and communication. You can include supported system fields, Zoho variables, and form field values in the SMS, making each message personalized and context-aware.
To use this action, you must have an account with one of the supported SMS service providers. The supported providers are:
- Twilio
- Clickatell
- Screen Magic
- ClockWorkSMS
- Hoiio
Use case: In the Zoho Creator Subscription Management application, when a customer completes a payment for their monthly subscription through the form, a send SMS action sends a confirmation message to the customer's phone. The message can includes the customer's name, subscription plan, payment amount, and next billing date, serving as both confirmation and a quick reference for the customer.
- Create a payment workflow by selecting the required form and choosing the field that determines the payment amount.

- Click Add New Action under the Payment Success or Payment Failure section of the workflow to create a new action block, depending on when the notification action must be executed. The Add New Action panel will slide in from the right.
Note: By default action to send mail to the login user mail will be configured in the Payment Success and Payment Failure section. You can also modify, remove or add new actions to them.
- To create new action in the existing action block, hover over the action inside an action block and click the + icon that appears.

- Select when to run this action. By default, it is set to Always, which means the action will execute for all records. To run the action only for specific records, choose on condition and define the necessary condition or criteria. Learn more about configuring conditions in a workflow.

- Choose the action type as Notification and select Send SMS action.

- Select the preferred connection to connect with the SMS services if you have already created a connection with the supported services.

Note: If no SMS-based connection is configured in your account, you must add one. Click the Add Connection link to create a new connection.

- Click add icon (
) to create and authorize a new connection for the SMS service.

- Select the preferred SMS service from the add connection pop-up.

- Create and authorize the connection.

Note: If the selected connection is not authorized, click the Authorize button that appears below the connection field to authorize it.

- Select a preferred number or phone number field present in the form from the 'To' field dropdown to send the SMS.

- Enter the message that needs to be sent in the Message field.

- Click Insert Fields option to add supported form fields, system fields and Zoho variables to the message content.

- Click Save.

- Click Done in the top right corner of your screen.

1.3. Send push notification
Notifications help deliver timely updates to users. In Zoho Creator, notifications are triggered by default for certain actions, such as record comments, blueprint actions, and more. Additionally, you can configure payment workflows to trigger notifications directly through the UI, serving as an alternative to the Deluge send push notification task. When configuring a notification, you must specify the recipient, title, message, and the report or form that the user will be directed to when they click on the notification. You can also include supported system fields, Zoho variables, and form field values dynamically in the title and message fields. These notifications are delivered across both web and mobile platforms,
- Web users can view notifications from the Notifications pane, accessible via the bell icon (
). - Mobile users receive push notifications even if the app is not opened, or running in the background, or when the device is locked.
Access Requirements for Receiving Notifications
To ensure recipients receive notifications triggered by workflows, they must have access to the target record. The following conditions must be met:
- No access to the report: The user must have access to the report associated with the notification. This can be configured via User Permissions in the Application Settings tab in your application.
- Target record not shown in filtered report: If a report has filters applied, only records that meet the criteria will be visible. The target record must appear in the report for the user to receive related notifications.
No access to the target record: Users added to the application will only have access to the records added by default and receive its related notifications.
- If role hierarchy is enabled, the recipients will receive notifications for the records they have access to, based on the hierarchy and the assigned record owner.
- If you want them to get notifications regarding all records added by everyone, the user needs to be assigned with the View all permission in the Application Settings tab.
Note: By default, developers in the application (when environments is disabled) and admins will have access to the application, report, and records.- Apps added to the environment: While developers can't get notifications from the production environment, they or the admin can be configured to receive notifications while testing the application in the development and stage environments. By doing so, you can avoid unnecessary spam notifications being sent to the preconfigured recipient in those actions. This can be configured from the development and stage environment settings.
Use case: In the Zoho Creator Event Ticketing application, when a participant completes payment for an event ticket through the registration form, a send notification action is triggered to alert the participant. The notification includes the participant's name, ticket number, event title, and venue details. This ensures timely confirmation for the participant and allows the event team to track ticket sales efficiently.
- Create a payment workflow by selecting the required form and choosing the field that determines the payment amount.

- Click Add New Action under the Payment Success or Payment Failure section of the workflow to create a new action block, depending on when the notification action must be executed. The Add New Action panel will slide in from the right.
Note: By default action to send mail to the login user mail will be configured in the Payment Success and Payment Failure section. You can also modify, remove or add new actions to them.
- To create new action in the existing action block, hover over the action inside an action block and click the + icon that appears.

- Select when to run this action. By default, it is set to Always, which means the action will execute for all records. To run the action only for specific records, choose on condition and define the necessary condition or criteria. Learn more about configuring conditions in a workflow.

- Choose the action type as Notification and select Send notification action.

Configure the send notification action in a workflow by specifying the following fields on the Send notifications page:

Select users based on: Choose how recipients should be selected for sending notification.
- User list: Sends the notification to users selected from the list of all users in your Zoho Creator account. This option lets you choose one or multiple users as recipients.
- Users Fields: Sends the notification to the user stored in the selected user field of the form. You can choose from user fields configured in the form, as well as system fields such as Admin User, Login User, Added User, or Last Modified User.

To: Based on your previous selection, this field lets you choose the users or the form fields that contain user information to whom the notification will be sent.
- In the screenshot below, the User fields option is selected previously, so the user fields available in the form are listed. When you select a user field, the push notification will be sent to the user stored in that field.
If you've selected User list previously, all users in your Zoho Creator account will be displayed, and you can choose one or multiple users to receive the notification.

- Title: Enter the notification title. You can personalize it by inserting supported Zoho variables, system fields, or form fields by clicking Insert Fields.
Note: The title can have a maximum limit of 200 characters.
- Message: Enter the message content. Like the title, you can also include supported Zoho variables, system fields, and form fields to personalize the notification.
Note: The message can have a maximum limit of 500 characters.
- View: Select the report associated with the notification. The selected report will open when the user clicks the notification. The form actions and criteria defined in the workflow will apply to filter the report accordingly.

- Click Save.

- Click Done in the top right corner of your screen.

1.4. Show success message
The show success message action is used to display a custom message to the user when a payment succeeds or fails. By default, Zoho Creator displays the messages 'Data added successfully'. However, you can configure a personalized success message using the show success message action directly through the UI without any scripting, serving as a no-code alternative to the Deluge success message task.
You can include supported system fields, Zoho variables, and form field values in the message to make it more relevant to the user's input. When configured, this action will override the success message set in the form properties.
Use case: In a Zoho Creator Hospital Billing application, when a patient completes payment for medical services through the billing form, the show success message action displays a personalized confirmation message, such as, “Thank you ${Patient_Name}, your payment has been received.” This message dynamically pulls data from the form fields, providing the patient with immediate confirmation of their payment.
- Create a payment workflow by selecting the required form and choosing the field that determines the payment amount.

- Click Add New Action under the Payment Success or Payment Failure section of the workflow to create a new action block, depending on when the notification action must be executed. The Add New Action panel will slide in from the right.
Note: By default action to send mail to the login user mail will be configured in the Payment Success and Payment Failure section. You can also modify, remove or add new actions to them.
- To create new action in the existing action block, hover over the action inside an action block and click the + icon that appears.

- Select when to run this action. By default, it is set to Always, which means the action will execute for all records. To run the action only for specific records, choose on condition and define the necessary condition or criteria. Learn more about configuring conditions in a workflow.

- Choose the action type as Notification and select Show success message action
Note: This message will overwrite the success message set in the form properties.
- Enter the message to be displayed. You can also include Zoho variables and form fields by clicking on Insert Fields.

- Click Save.

- Click Done in the top right corner of your screen.

1.5. Redirect to a URL
The Redirect to a URL action allows you to navigate users to a specific URL based on their interaction with the form. The action is triggered when a form with payment workflows is submitted and the payment either succeeds or fails. The URL can point to an external website or to another form, report, or page within the application.
You can customize the URL dynamically by including supported Zoho variables and form field values, making the redirection context-aware and personalized. Additionally, you can redirect to a form or report URL but adding query parameters to filter the report or auto-fill the redirected form. This action serves as a no-code alternative to the Deluge openUrl task.
Use case: In a Zoho Creator Travel Booking application, when a customer completes payment for a flight or holiday package through the booking form, the redirect to a URL action takes them to the booking confirmation page and provides access to travel-related downloadable documents. This ensures the customer receives immediate confirmation of their booking, enhancing the overall travel experience.
- Create a payment workflow by selecting the required form and choosing the field that determines the payment amount.

- Click Add New Action under the Payment Success or Payment Failure section of the workflow to create a new action block, depending on when the notification action must be executed. The Add New Action panel will slide in from the right.
Note: By default action to send mail to the login user mail will be configured in the Payment Success and Payment Failure section. You can also modify, remove or add new actions to them.
- To create new action in the existing action block, hover over the action inside an action block and click the + icon that appears.

- Select when to run this action. By default, it is set to Always, which means the action will execute for all records. To run the action only for specific records, choose on condition and define the necessary condition or criteria. Learn more about configuring conditions in a workflow.

- Choose the action type as Notification and select Redirect to URL action.
Note: This message will overwrite the success message set in the form properties.
- Choose the URL Type to which you want to redirect the user.

- Based on your previous selection, the field allows you to set a website URL or select any form, report, or page URL of your application.
Security Tip: Ensure that the redirect URL is valid, secure, and begins with https://. Avoid using unverified or user-generated URLs to protect users from malicious redirects.

- If you have selected URL Type as Website, you can include supported system fields, Zoho variables, and form fields along with the URL by clicking on the Insert Fields.
Note: You can use a report URL or form URL in the website field and add query parameters to filter the report or autofill a form when the user is redirected to it.
- Choose the window in which you want to open the URL.

- Click Save.

- Click Done in the top right corner of your screen.

- Configure field rules for payment workflows
- Configure data access actions for payment workflows
- Configure integrations for payment workflows
- Configure Deluge script for payment workflows