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 as First_Name or FirstName or First Name). Otherwise, the API will not recognize them.

  • The Content-Type should be multipart/form-data.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!