Get a free email migration🎁 Get a free email migration to ZooTools with expert Guidance

  1. Changelog

  2. /

  3. Add a Contact with ZooTools API

🎁 Get a free migration🎁 Get a free email migration today!

An email expert will reach outMigrate to ZooTools for FREE with Expert Guidance

Add a Contact with ZooTools API

Jorge Ferreiro

Updated: Jan 25, 2024

Want to easily add contacts to ZooTools? We just launched our public API so you can add contacts automatically from your server or automation tool.

Pre-requisite: Create a ZooTools API token

To authorize the requests, you need a ZooTools API key:

  1. Go to your ZooTools project

  2. Click on "Settings" -> "API Keys".

  3. Now click on the "Create API key" and copy the generated key.

Every project on ZooTools is independent, and API keys are attached to projects to maximize security and sandbox contacts.

Add contacts using ZooTools API

  1. Open "Postman" (or any other tool you use to test requests)

  2. Create a new POST request to https://api.zootools.co/v1/contacts

  3. Add the API key that we created before as the Authorization token.

    Add the API key token as the authorization
  4. Now in the request "body", add the payload to create or update the contact:

    Add body to the request

    Here is a code snippet so you can directly copy this over.

    // Make a POST API request to this enpdoint
    https://api.zootools.co/v1/contacts
    
    // Pass any contact data and properties
    {
      "properties": {
        "email": "jorge@zootools.co",
        "firstName": "Jorge",
        "lastName": "Ferreiro"
      }
    }
    
    Authentication ZooTools API uses Bearer tokens for authenticating requests.
    Bearer zootools-api-token-123-....
    

Have any questions or doubts? Reach out at support@zootools.co

Ready to sell more with emails?

Request a free migration now or start from scratch.

ZooTools (fmr WaitlistPanda) logo

ZooTools is the SAAS Growth platform with email and referral marketing for small and medium sized businesses to grow organically.

© 2021-2024 ZooTools