-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create /bounce-list Endpoint #33
Labels
Comments
DISTINCT appears to work for grouping sent items to reduce the scrolling in the dashboard. 👍 SELECT DISTINCT ON (p.id, s.status_id) p.id as pid,
s.id as sid, s.message_id, s.updated_at, s.template, s.person_id, s.status_id
FROM people p
JOIN sent s on s.person_id = p.id
GROUP BY (pid, sid) |
nelsonic
added a commit
to dwyl/aws-ses-lambda
that referenced
this issue
Apr 16, 2020
nelsonic
added a commit
that referenced
this issue
Apr 16, 2020
nelsonic
added a commit
that referenced
this issue
Apr 16, 2020
nelsonic
added a commit
that referenced
this issue
Apr 16, 2020
nelsonic
added a commit
that referenced
this issue
Apr 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At present we only have a "Production" version of the Email App so the Dashboard is polluted with a lot of test data:
Todo
[email protected]
email address and other known test emails from the dashboard.The text was updated successfully, but these errors were encountered: