NPSource-dev
Member
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
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