POST request to https://app.loops.so/api/v1/contacts/create.
Learn more
API Reference
Find out how to send events using our API.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Loops provides a REST API to manage your contacts.
POST request to https://app.loops.so/api/v1/contacts/create.
{
"email": "test@example.com",
"firstName": "Adam",
"lastName": "Kaczmarek",
"favoriteColor": "blue",
"userGroup": "Founders",
"source": "Signup form Service"
}
Related topics
Bubble API ConnectorList managementUpdate a contactContacts API examplesRecipe: SaaS customer lifecycle emailsWas this page helpful?
