> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflow-triggers/workflow-trigger-user-login-membership-login.md).

# Workflow Trigger: User Login (Membership Login)

Workflows can be created for a multitude of triggering actions, with any series of follow-up actions/events you wish to customize for your business. The versatility allows you to customize the triggers and actions for your needs completely. For example, you may want to create a workflow to be notified when a contact logs in to the Membership area of our software. This can help you track membership activity.

Follow these steps to create this type of Workflow:

**Step 1: Create the Workflow Trigger**

* In the Workflow builder, add a trigger for “User Login”.
  * ***NOTE:*** “User” here means a membership user or a contact who has signed up for your membership. This is not a “User” of our software as in another team member in your workplace.
* Save your changes.

{% embed url="<https://lh6.googleusercontent.com/ii77ZEi5NuWsR4pzkVvLYn3JJ2RKXt3p5bKFsiBkvm85PGVm5yYUj7p1Qh2slVCeLKLl_WAWioNssX7x7-MrvSAkoCHdTSXFsAKM8qAqTNIYbuWE98qPQdWJmbqKwK03MQls-k7BY-Lo0mTQI439tnE>" %}

**Step 2: Customize the Actions Based on the Trigger**

You have many options to customize the actions, from if/else conditions, to sending an email or SMS, assigning a tag, and sending internal notifications.  Customize the action(s) as you wish that makes sense for your business!

* Add an Internal Notification action for the user assigned to the contact, such as this example:

{% embed url="<https://lh3.googleusercontent.com/Im93XeujPsgIl_V6EDvg8rRTxMC4u5x0270TJ8Ll8Ugvv74xWMai8w7KeZfHuGCa-40g0kG56w8n6fJbNBkl77ltnVXxMRqzQBavBNLB8TFkz5ArNLqYpQXwY9pCGorU3fzNP8dZBwjn-dizeFfOzGI>" %}

* Make sure to save your changes, and publish the Workflow before using it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflow-triggers/workflow-trigger-user-login-membership-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
