Integrate with Loops via a form endpoint, which will work with any type of custom form solution you have set up.
input
elements for each of the contact properties you want to collect.
The following contact properties can be added to a new contact via a Loops form endpoint:
email
firstName
lastName
userGroup
source
(default value is “Form” if omitted)notes
userGroup
.name
attribute.
mailingLists
. You can use a single mailing list ID or to add subscribers to multiple lists, use a comma-separated list of mailing list IDs.
POST
request to your form endpoint. Make sure to set the Content-Type
header to application/x-www-form-urlencoded
and to submit the form body with encoded values.
HTTP 429
response if requests exceed the rate limit. You should try to handle these responses gracefully in your form as shown in the example above.