Ir al contenido

Importar contactos en lote

POST
/v1/bulk/contacts/import
curl --request POST \
--url https://api.mailerdash.com/v1/bulk/contacts/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[ { "email": "example", "name": "example", "metadata": {}, "tags": [ "example" ] } ]'
Media type application/json
Array<object>
object
email
required
string
name
string
metadata
object
tags
Array<string>
Example generated
[
{
"email": "example",
"name": "example",
"metadata": {},
"tags": [
"example"
]
}
]

Resultado de importacion

Media type application/json
object
Example generated
{}

Formato invalido

No autorizado