• 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.

Is Axonaut integration up to date ?

Status
Not open for further replies.
Hi,

I'm trying to use your Axonaut integration in my workflow, but when I test the Action "Create an Opportunity", and more recently "Create Company", I get a 500 error, without an error message.

The reason I'm asking you is that the same request works fine in Axonaut API's playground that can be found here : https://axonaut.com/api/v2/doc



To reproduce the situation :

In my workflow
1. Axonaut Action - Create Company, provide a valid API key
2. Provide a name to the Company, this is the only data designated as required
3. Test
4. Error 500



In Axonaut API's playground

1. Click the green button "Authorize" then provide a valid API key
2. Section "Companies", POST, /api/v2/companies Create a Company, click the black button "Try it out"
3. In the Request body, past the following payload and provide the business_manager field a valid email from your axonaut account
{
"name": "test-company-dev-1",
"is_prospect": true,
"is_customer": false,
"currency": "EUR",
"business_manager": "your_business_manager_email"
}
4. Hit "Execute" green button
5. It works



My guess is that Pabbly's Axonaut integration doesn't include the business_manager field, which is actually mandatory for the request to work.

How to make this integration's Action work again ?

Regards
 
P

Pabblymember11

Guest
I'm trying to use your Axonaut integration in my workflow, but when I test the Action "Create an Opportunity", and more recently "Create Company", I get a 500 error, without an error message.
We have made a slight change in the action step and you may now leave the "Company Custom" Field we didn't have any Business manager field in the API documentation of Axonaut. If that field is the custom field then you can pass it in the following manner -

1679381467912.png


Kindly try now and let us know if that works fine.


1679381552479.png
 
Status
Not open for further replies.
Top