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”)notes
createdAt
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
error just like with the API. Read more about how to handle 429 responses
I'm receiving an error from the form endpoint.