Learn how to efficiently import contacts into Hellomateo.
type
and a payload
. The type
defines what data you are importing, and the payload
is the actual data you are importing.
To import contact data including custom fields and marketing subscriptions, you can use the following payload:
external_id
to store the ID of the contact from the external system directly within Hellomateo. This way, you do not need to keep track of the Hellomateo id
.
Note that the external_id
, and all handles (whatsapp
, email
, sms
, etc) are unique identifiers for the contact. If you import a contact with the same value multiple times, the contact will be updated with the new data.
The request then imports a job that is processed in the background. We do not give any guarantee on the processing time, but you can check the status of the import job by calling the Get Import API with the id
of the import job that was returned in the response of the Post Import API
. Make sure to select
the id
of the import job when you create the import job.
failed
array with the reason why they failed.
There is a limit to the number of contacts you can import on a single day. Consult the Limits page for more information. If you need to import more contacts, please contact our support team.