Send events to trigger emails in Loops.
email
or userId
value or both to identify the contact.
If both are provided, the system will look for a contact with either a
matching email
or userId
value. If a contact is found for one of the
values (e.g. email
), the other value (e.g. userId
) will be updated. If a
contact is not found, a new contact will be created using both email
and
userId
values.string
, number
, boolean
or date
. Read moreboolean
denoting if the contact
should be added (true
) or removed (false
) from the list. Read
morestring
, number
, boolean
or date
(see allowed date formats).
null
value.409 Conflict
response if the idempotency key has been used in the previous 24 hours.409 Conflict
response will be returned.
All other errors will be 400 Bad Request
.