What is the difference between a segment and a list on this "Examples" page?
https://github.com/sendgrid/sendgrid-python/blob/master/examples/contactdb/contactdb.py
It looks like, from all the SendGrid docs, "Lists" were phased out and "Segments" are the only things that are used to manage Contacts now.
But if that's the case, it's not entirely clear from these examples how to "Add a new recipient" to a Segment. I figure it is a POST but I don't think it's documented. It's a bit confusing to see all these list endpoints when the SendGrid dashboard doesn't really support Lists anymore. Maybe I am missing something?
What is the difference between a
segmentand aliston this "Examples" page?https://github.com/sendgrid/sendgrid-python/blob/master/examples/contactdb/contactdb.py
It looks like, from all the SendGrid docs, "Lists" were phased out and "Segments" are the only things that are used to manage Contacts now.
But if that's the case, it's not entirely clear from these examples how to "Add a new recipient" to a Segment. I figure it is a POST but I don't think it's documented. It's a bit confusing to see all these
listendpoints when the SendGrid dashboard doesn't really support Lists anymore. Maybe I am missing something?