Enables interaction with customers through the WhatsApp Business API for messaging and automation. Only supports WhatsApp Business accounts, not WhatsApp Personal accounts.
You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.
Get business profile
Get the business profile information for a whatsapp business phone number. this includes business details like description, address, website, and contact info.
WHATSAPP_GET_BUSINESS_PROFILEGet media
Get information about uploaded media including a temporary download url. the download url is valid for 5 minutes and can be used to retrieve the actual media file. this is useful for downloading medi…
WHATSAPP_GET_MEDIAGet media info
Get metadata about uploaded media without generating a download url. this is useful for checking file size, type, and hash without downloading the file. use get media if you need the actual download…
WHATSAPP_GET_MEDIA_INFOGet phone number
Get details of a specific phone number associated with a whatsapp business account.
WHATSAPP_GET_PHONE_NUMBERGet phone numbers
Get all phone numbers associated with a whatsapp business account (waba).
WHATSAPP_GET_PHONE_NUMBERSGet template status
Get the status and details of a specific message template. this is useful for checking if a template has been approved, rejected, or is still pending review.
WHATSAPP_GET_TEMPLATE_STATUSUpload media
Upload media files (images, videos, audio, documents, stickers) to whatsapp servers. the uploaded media gets a media id that can be used in send media or other messaging actions. supported formats: -…
WHATSAPP_UPLOAD_MEDIACreate message template
Create a new message template for the whatsapp business account. templates must be approved by whatsapp before they can be used. templates are required for marketing messages and messages sent outsid…
WHATSAPP_CREATE_MESSAGE_TEMPLATEDelete message template
Delete a message template from the whatsapp business account. this permanently removes the template and it cannot be recovered. only delete templates that are no longer needed.
WHATSAPP_DELETE_MESSAGE_TEMPLATEGet message templates
Get all message templates for the whatsapp business account. templates are required for sending messages outside the 24-hour window and for marketing/utility messages.
WHATSAPP_GET_MESSAGE_TEMPLATESSend contacts
Send contacts whatsapp number. note: the message will be delivered to the recipient only if they have initiated a conversation first.
WHATSAPP_SEND_CONTACTSSend interactive buttons
Send an interactive button message to a whatsapp number. button messages allow users to quickly respond by tapping up to 3 predefined buttons. perfect for yes/no questions, quick choices, or call-to-…
WHATSAPP_SEND_INTERACTIVE_BUTTONSSend interactive list
Send an interactive list message to a whatsapp number. list messages allow users to select from up to 10 options in a structured format. great for menus, catalogs, or choices. note: the message will…
WHATSAPP_SEND_INTERACTIVE_LISTSend location
Send a location message to a whatsapp number. note: the location will be shared with the recipient only if they have texted first.
WHATSAPP_SEND_LOCATIONSend media
Send a media message to a whatsapp number. note: the media will be delivered to the recipient only if they have texted first.
WHATSAPP_SEND_MEDIASend media by
Send media using a media id from previously uploaded media. this is more efficient than sending media by url as the media is already on whatsapp servers. use upload media action first to get the medi…
WHATSAPP_SEND_MEDIA_BY_IDSend message
Send a text message to a whatsapp number. note: the message will reflect on the recipient's phone number only if they have texted first.
WHATSAPP_SEND_MESSAGESend reply
Send a reply to a specific message in a whatsapp conversation. this creates a contextual reply that shows which message you're responding to. note: the reply will be delivered to the recipient only i…
WHATSAPP_SEND_REPLYSend template message
Send a template message to a whatsapp number.
WHATSAPP_SEND_TEMPLATE_MESSAGE19 distinct actions, listed in full on this page — 6 to read, 1 to create & update, 12 to send & publish. An agent gets the ones that match what you described it doing, not all of them at once.
Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.
Yes — WhatsApp exposes 1 trigger, so an agent can start work when something changes rather than waiting to be asked.