User Management
| Display Name |
Username |
Role |
Actions |
n8n Reminder Integration
Use the following endpoint in your n8n workflow to get a list of pending deals older than 7 days:
GET /api/reminders
This endpoint returns a JSON array of submissions. Your n8n workflow should iterate over them
and send emails.