Check flow (maxicon test)
Status: Open · Asked by Broos Debrabander on · 0 views
Hi support
Can you have a look at our workflow called Maxicon test
It seems to work fine and we receive following answer 'Job application submitted successfully'
But in our crm-system we don't see any data/logs coming from the leadform, wether succesful of unsuccesful.
Can you have a look at the backend from your side what could possibly go wrong?
Thank you
Hello @Broos,
Thank you for reaching out.
Upon checking your workflow “Maxicon test”, everything seems to be working well from our side. However, to assist you further, could you kindly share the API documentation of the specific endpoint you are trying to use via the API module in Pabbly? This will help us understand the integration better and provide accurate guidance.
Hi
Here the data we received from our it partner.
API Details:
Host: href="https://test.maxicon.webconnector.infanion.com">https://test.maxicon.webconnector.infanion.com
POST /api/v1.0/create/vacancy-application
API: href="https://test.maxicon.webconnector.infanion.com/api/v1.0/create/vacancy-application">https://test.maxicon.webconnector.infanion.com/api/v1.0/create/vacancy-application
[/CODE]Headers
{
"API-KEY": 1605299d-6c42-4fde-8b51-a5d738668e68,
"Content-Type": application/json
}style='font-family:"Courier New"'>Payload
{"firstname": "Pably",
"lastname": "User","phone": "+32987654321",
[CODE] "mail": "href="mailto:[email hidden]">[email hidden]","link_cv": "","vacancy_id": 6}
Hello @Broos,
Could you also please share the API Document instead of just the API endpoint? This will allow us to better identify the issue.
Also, you may reach out to the specific application team to better understand why the details haven't populated in the CRM/App even after having a successful response. They would be better able to assist you with it.
Hi
Here you have the document
https://docs.google.com/document/d/1gqK0SLzWiVGds1BO57vUMJ6w0btihOgM9NmoEvdvYmg/edit?usp=sharing
Hello @Broos,
Could you please reach out to the Maxicon application team to better understand why the details haven't populated in the CRM/App even after having a successful response? They would be better able to assist you with it.
Also, you may try executing this request in Postman and let us know if it adds data to the crm from there.
OK Thank you!