Clay Icon

Setting Up HTTP/API for DotDigital in Clay

·
·

Hello, need help setting up an HTTP/API within Clay for a sequencer called DotDigital. They don't use keys but rather API user and password

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    To set up an HTTP/API for DotDigital in Clay using an API user and password, follow these steps: 1. In Clay, create a new HTTP API integration. 2. Choose the appropriate HTTP method (GET, POST, PUT, or DELETE) based on your needs. 3. Enter the DotDigital API endpoint URL. 4. In the Headers section, add an "Authorization" header. Use Basic Authentication by encoding your API user and password in Base64 format. 5. Configure any necessary query parameters or request body. If you encounter any JSON-related issues, please copy and paste the JSON into the chat for further troubleshooting.

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    Hey Eugene, In this case, you’d usually include the API user and password in the request headers or as part of the query, depending on how DotDigital expects authentication. Feel free to send over the DotDigital API docs or try setting it up in your table—happy to take a look and help troubleshoot if anything’s off.

  • Avatar of Eugene A.
    Eugene A.
    ·
    ·

    Hi Bo

  • Avatar of Mark L.
    Mark L.
    ·
    ·

    Hi Eugene. When we click on an individual cell, a side panel should open up for the Cell Details. The error I see is: LBKSClay received a undefined error from the API with Content: Invalid character in header content ["Authorization"]LBKSI believe the issue is that the Authorization value had a line break. So we needed to change this: LBKSBasic YXB...LBKSTo this: LBKSBasic YXB...LBKS

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·