🇬🇧
Whatcrm Docs
User Guide
User Guide
  • Welcome to Whatcrm's guide to using Whatcrm!
    • Rules for Working with Customers
  • Integrations / Products
    • Bitrix24
      • Installation of WhatsApp integration in Bitrix24
      • Installation of Telegram integration in Bitrix24
      • How to write first to WhatsApp or Telegram from Bitrix24
      • Setting up the chat robot
      • Setting up the chat robot (new robot)
      • How to disable welcome message from open line in Bitrix24
      • Mailing list in Bitrix24
      • Configuring the distribution queue in an open line
      • Widget button for your website
      • Telegram
        • Setting up the chat robot
    • monday.com
      • Installing the widget and connecting the number
        • How Integration Works in monday.com: Board Selection Guide
        • How Updates Work in the Whatcrm and monday.com Integration
      • How to Add Web Messenger to Items in monday.com
      • Limitations on attachments
      • Display employee name when sending messages via Whatcrm Web
      • Set up access to WhatsApp connections in Whatcrm web
      • Deny list
      • Whatcrm web messenger
      • What the Group chats function means
      • How to start a WhatsApp newsletter with Whatcrm
      • How to Set Up Automatic Sending of a Message with a File
      • Telegram
        • Installing the widget Telegram and connecting the number
        • Limitations on attachments
        • Template creation instruction
        • How to Send a First Message from monday.com to Telegram via @username or Phone Number
        • How to Add Web Messenger to Items in monday.com
        • How to Set Up Automatic Sending of a Message with a File
        • Access Restrictions
    • Kommo.com
      • Installing a widget and connecting WhatsApp
      • Basic Salesbot setup
      • CRM plugin (widget button on your website)
      • Launch a campaign in Kommo.com
      • Description of the function of distributing incoming requests among managers
      • Salesbot with buttons
      • What to do if the menu is not displayed in the application (gray screen)
    • Whatcrm Web
      • How to log in to Whatcrm Web
    • Pipedrive
      • Instructions on how to install and integrate WhatsApp into Pipedrive
      • Template creation instruction
      • How to Send the First Message to a Client via WhatsApp Using Whatcrm
      • Set up access to WhatsApp connections in Whatcrm web
      • Display employee name when sending messages via Whatcrm Web
      • Automated WhatsApp Messaging with Pipedrive Triggers
      • Attachment limits
      • Lead and Deal Creation
      • Description of the function of distributing incoming requests among managers
      • 🌍How to Fix WhatsApp Chat Issues with Short Numbers
      • 📢How to Enable Notifications for Incoming WhatsApp Messages in Pipedrive
    • Telegram
      • kommo.com
        • Installing the widget and connecting the number
  • Affiliate Program
    • How to become a Whatcrm partner
    • How to Add Your Client to the Partner Portal
    • How Partners Can Pay for Their Client's Integration
  • Useful articles
    • What does the "Group Work" feature + activation of the setting mean
    • Recommendations for stable work with WhatsApp
    • Important recommendations when using Whatcrm
    • If you have been banned in WhatsApp
    • Telegram restrictions
    • Attachment limits
    • Cancel subscription
    • How to Update Invoice and Receipt Information for Clients (Stripe)
Powered by GitBook
On this page
  1. Integrations / Products
  2. Pipedrive

Automated WhatsApp Messaging with Pipedrive Triggers

PreviousDisplay employee name when sending messages via Whatcrm WebNextAttachment limits

Last updated 3 months ago

Step 1: Create a Webhook for Automated WhatsApp Messaging

  1. Open Webhooks Menu and Add a New Webhook

  • In the Pipedrive interface, click on the “More” section (three dots) on the left side of the screen.

  • Select “Automations” and then choose “Webhooks.”

  • In the Webhooks menu, select the “Automated Webhooks” subsection.

  • Click the “+ Webhook” button in the top-right corner.

  • Choose “Add Automated Webhook.”

  1. Configure Webhook Details:

  • Webhook Name: Enter a name for the webhook (e.g., “Automated WhatsApp Messaging”). You can name it as desired for better identification.

  • Endpoint URL: Copy the URL from your connection settings by clicking “Copy a Webhook URL.” Paste this URL into the “Endpoint URL” field.

  • Click “Save” to complete the webhook setup.

Step 2: Create an Automation

  1. Add a New Automation:

  • Return to the “Automations” section.

  • Click the “+ Automation” button to create a new automation.

  1. Set Up Trigger Event:

  • Select the desired triggering event. For example, we want to send a message when a new deal is created in a certain funnel and stage:

  • Select “Deal” as the trigger.

  • Set the Event to “Added.”

  • Click “Apply Trigger.”

  1. Configure Trigger Conditions:

  • Set the conditions for the trigger, such as choosing the pipeline and stage where the deal will be created.

  • Adjust the parameters as needed and save the conditions.

Step 3: Add Action to Send Webhook Request

  1. Add an Action:

  • Click the “+” button and select:

  • Action: “Webhook”

  • Action Type: “Send Webhook Request”

  • Click “Next”

  • Keep these fields as default and Click “Next”

  1. Configure Webhook Action:

  • Webhook: From the list, choose the webhook you created in Step 1 (e.g., “Automated WhatsApp Messaging”).

  • Method: Select “POST” from the list.

  • Body:

  • Add entry

  • For the “Key” field, enter “phone_number”

  • For the “Value” field, select “Deal contact person phone” (Note: Ensure that the entity selected in the “Value” field corresponds with the trigger (e.g., lead with lead, deal with deal). The value should be the client’s phone number.

  • For the second “Key” field, enter message.

  • For the “Value” field, paste the text of your automated message.

    (Optional) Add Attachment:

  • If you need to send a message with an attachment (e.g., an image or document), click “+ Add Entry.”

  • Enter file_url in the “Key” field.

  • Paste the direct URL of the document or image in the “Value” field.

  • Click “Save” to finalize the action.

Sending Multiple Attachments:

  • In the “Value” field, enclose all file URLs in square brackets [] and wrap each URL in double quotes "".

  • Separate each URL with a comma.

  • Ensure the field looks like this:

Example: ["https://example.com/file1.jpg", "https://example.com/file2.jpg", "https://example.com/file3.jpg"]

Do not add multiple file_url entries. All files must be included in a single file_url field, as JSON standards do not allow duplicate keys. Only the last value will be processed if multiple file_url entries are added.

  • Click “Save” to finalize the action.

Important Note: While multiple files can be sent in one automation, WhatsApp will deliver each file as a separate message. Unfortunately, WhatsApp does not support sending multiple files as a single message.

✨ How to Add Line Breaks in a Message?

To insert a line break in your message, use the \n symbol where you want the line to break.

📌 Example:

Hello, {Lead contact person name} !\nThank you for reaching out to us.

This will appear as:

Hello, John! Thank you for reaching out to us.

🔹 Additional Tip for Line Breaks:

  • If you use \n\n, it will create a double line break (move the text down by two lines).

⚠️ Note: The line break functionality is provided by our integration and is not natively supported in the CRM.

🤝 How to Personalize Messages?

You can make your messages more personal by inserting dynamic values from the deal or contact fields. 💡 Steps to personalize a message:

  1. Click the ➕ button on the right side of the message input field.

  2. Select the desired value, such as Lead contact person name.

📌 Example:

Hello, {Lead contact person name}! Your order is being processed. 🚀

This will appear as:

Hello, John! Your order is being processed. 🚀