Connect Loops to hundreds of apps to manage contacts and send emails.
identify
call.
Identify users with a unique user ID from your source. You can include contact properties in the traits object, like firstName
and lastName
in this example.
mailingLists
object to the traits object. The key is the ID of the mailing list and the value is a boolean indicating whether the contact should be subscribed or unsubscribed.
track
calls.
You should add and define your events in Settings -> Events including any expected event properties.
The event name in your track
call must match the name of the event in Loops. Data sent in the properties object will be sent as event properties to Loops, for use in your emails.
identify
before track
so the event is associated with a specific contact.identify
and track
calls coming in from your sources. Click on a source and select the Events tab.