# Triggers Endpoints that enables triggering automations through the API. Automations is a feature that simplifies and speeds up repetitive tasks. It helps marketers send emails, post on social media, and manage customer data more efficiently ## Trigger automation by member id - [POST /triggers/{id}/customer/{customerId}](https://dev.triggloyalty.com/openapi/triggers/triggerautomationbymemberid.md): Methods available to trigger automations. The automation that should be triggered also has to be configured in the marketing automation system. As the payload can vary between triggers, the request is fully dynamic and should be posted as dictionary with key/value. ## Trigger automation by mobile phone number - [POST /triggers/{id}/customer/mobilePhone/{mobilePhone}](https://dev.triggloyalty.com/openapi/triggers/triggerautomationbymobilephone.md): Methods available to trigger automations by a configurable identificator, for example mobile phone. The automation that should be triggered also has to be configured in the marketing automation system. As the payload can vary between triggers, the request is fully dynamic and should be posted as dictionary with key/value.