# Trigger automation by member id 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. Endpoint: POST /triggers/{id}/customer/{customerId} Version: 4.3.0 Security: api_key ## Path parameters: - `id` (string, required) id of trigger - `customerId` (string, required) The members id ## Request fields (application/json): - `data` (string) Example: "test data" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields