Hello! At Overview and Webhooks I see there’s a webhook for when a contact is created (not necessarily added to a list), and a webhook for when a contact unsubscribes (or is unsubscribed) from a list. Is there also a webhook for when a contact (either existing or new) is added to a list? My plan is to do a two-way sync of contacts’ mailing list preferences via the AC API, and in order to do this, I need to get notified when a contact is subscribed to a list (via their own action or via admin action).
Based on the webhook docs, I’m assuming that the subscribe
(“Contact added”) webhook is only triggered when a contact record is first created and is not triggered when an existing / known contact is added to a list, is that correct?
Thanks in advance!