post https://app.rumbleup.com/api/contact/import
To perform contact imports programmatically, you can use RumbleUp’s API as an alternative to the Basic Contact Import available in the portal.
Success:
- 200:
OK
. File has been imported successfully.
Errors:
- 401:
Unauthorized
. If the authentication failed is returned, either the username or password is incorrect. Verify the both from the applications Integrations / API Keys for your account in the application.
Common Errors:
-
No required columns provided: phone and (name or first_name)
-
Verify the CSV file has a header row with the required fields.
-
Verify the header columns are all in lowercase (
first_name
is not the same asFirst_Name
orFirstName
orFirst Name
). Otherwise, the API will not recognize them. -
The
Content-Type
should bemultipart/form-data
.