RateUp Documentation
Automation

Actions

What a rule does when it fires — assign, label, reply, close or call your own systems.

Actions are the THEN part of a rule. One rule can perform several, in order.

Choosing actions

Routing Actions

ActionDoes
Assign UserGives the ticket to a specific person
Assign TeamGives it to a team — anyone in it can pick it up
Close ChatCloses the ticket

Prefer Assign Team over Assign User in automation. Team routing keeps working when someone is on leave; individual routing quietly piles up in an absent person's queue.


Tagging Actions

ActionDoes
Attach LabelAdds a label to the contact
Assign LifecycleMoves the contact to a lifecycle stage

These make later filtering and reporting possible. A rule that labels every refund enquiry costs nothing and makes "how many refund requests last month?" answerable.


Messaging Actions

ActionSends
Send MessageA plain message
Send TemplateAn approved template
Send FlowA WhatsApp flow
Send Web SurveyA web form
Trigger ChatbotHands the conversation to a chatbot

Outside WhatsApp's 24-hour window, only Send Template will actually deliver. A Send Message action on a stale conversation fails silently — check Message Analytics if replies are not arriving.


Integration Actions

ActionDoes
Call External APISends the event to a URL you control

Use this to notify your own systems — create a record in your CRM, trigger a fulfilment job, post to a team channel.

See Integrations for webhook setup and payloads.


Combining Actions

Actions run in order, so a single rule can do a complete piece of work:

When a message is received · if the body contains "refund" · then attach the Refund label → assign the Billing team → send the acknowledgement template


Keeping Automations Safe

  • Start narrow. One keyword, one account, then widen.
  • Avoid loops. A rule that sends a message on message-received can re-trigger itself if the direction is not filtered.
  • Do not auto-close on a customer message. Closing what someone just wrote in about is the fastest way to lose them.
  • Name your rules properly. "Untitled rule" is unmaintainable six months later.
  • Review quarterly. Rules outlive the campaigns that justified them.

On this page