POST /contacts/import
It returns the background process ID which on completion calls the notify URL that you have set in the input.
Servers
- {{baseUrl}}
- https://api.sendinblue.com
- https://in-automate.sendinblue.com
- https://in-automate.brevo.com
- https://api.brevo.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
fileUrl |
String | No | |
fileBody |
String | No | |
notifyUrl |
String | No | |
emptyContactsAttributes |
Boolean | No | |
updateExistingContacts |
Boolean | No | |
listIds[] |
Array | No | |
smsBlacklist |
Boolean | No | |
newList |
Object | No | |
newList.folderId |
Number | No | |
newList.listName |
String | No | |
emailBlacklist |
Boolean | No | |
jsonBody[] |
Array | No | |
jsonBody[].esse_c6 |
String | No | |
jsonBody[].pariatur_81d |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.