Skip to content

n8n Actions

Message

Send Message

Sends a text or media message to an existing conversation.

FieldRequiredNotes
Conversation IDYesID of the conversation to send to
Message TypeYestext, image, video, document, audio
TextConditionalRequired when type is text
Media URLConditionalPublic URL; required for media types
CaptionNoShown below image, video, or document
FilenameNoDisplay name for document files

Send Template

Sends an approved WhatsApp template. The Template field dynamically loads your approved templates from Tenreply.

FieldRequiredNotes
Conversation IDYes
TemplateYesLoaded dynamically from your workspace
VariablesNoJSON array of placeholder values, e.g. ["John","Order #42"]

Get Messages

Returns messages in a conversation, newest first.

FieldRequired
Conversation IDYes
LimitNo (default 50)

Contact

OperationDescription
CreateCreates a new contact. Phone number is required; include the country code (e.g. +1234567890).
UpdateUpdates name, email, or tags by contact ID.
GetReturns a single contact by ID.
Get ManyLists contacts; optionally filter by a search string (name, phone, email).
DeletePermanently deletes a contact.

Conversation

OperationDescription
StartFinds an existing open conversation with a contact or creates a new one.
CloseCloses an open conversation.
ReopenReopens a closed conversation.
GetReturns a single conversation by ID.
Get ManyLists conversations; optionally filter by status (open, closed, pending).

Template

OperationDescription
Get ManyReturns all approved WhatsApp templates in your workspace.