• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Copper CRM Custom API Request returning authentication error

JoshBeall

Member
I am attempting to integrate with Copper CRM, and I would like to fetch new activity_log details. This isn't one of the Copper CRM actions available, so I setup the following Custom API Request, where it specifically notes that I don't need to add authorization headers. However, when testing the request, it reports an authentication error:
1755305861276.png


As a workaround I can use the Pabbly API request action to make this same request, and manually add authorization headers--but that makes the workflow brittle and if I ever had to change the API key, someone would have to drill into the workflow and update on this particular step. How can I get this Custom API Request feature working?
 

Preeti Paryani

Well-known member
Staff member
Hello @JoshBeall,

Thank you for sharing the screenshot. Upon reviewing it along with the API documentation, it appears that the authentication headers have not been passed, which is why you are encountering the authentication error.

We recommend going to the API documentation, copying the cURL request from there, and then using the three-dot menu in your Custom API Request step to import the cURL. Once imported, please add the required authentication details under the headers that will be created.

1755494670240.png


Kindly try this at your end. If you still face any issues, please share the workflow URL with us along with the authentication details required in the API call, and we can assist in setting it up on your behalf.

PS: This thread has been moved to private discussions to maintain confidentiality.
 
Top