Hello
My MMS provider has a ready solution to send w Webhook when MMS arrives. The problem Is I am not able to retrieve photos from this.
Webhook send data as POST : numer=PHONE_NUMBER data=RECEIVE_DATE id=ID temat=TOPIC zalaczniki=NUMBER_OF_ATTACHEMENTS]|[FILE_NAME1]|[CONTENT-TYPE1]|[DATA1]|[FILE_NAME2]|[CONTENT-TYPE2]|[DATA2]
At the moment all I can have is this:
But I dont know how to push it further.
Could anyone give me any hints?
if you go to your webhook settings and select “Redetermine Data Structure” then send the webhook again. it should identify all the fields. However it is dependent on the format of the data sent. If it does not work then you need to post what the webhook is receiving so we can help you break it down.
I was working on this for some time, and asked developers to pass json via webhook, because the data they passed, was without any logic. But now I am lost I know its basic stuff, but I am not very good at this.
I iterated json and got this result:
But when I tried to pass this to mail, and attach all the bundles and try to put data from iterator, I have only one result:
To better understand the problem, could you please share screenshots of your scenario, specifically the execution and the operations used per app? This will give us a clearer idea of what might be causing the issue. Additionally, can you also clarify if the output you shared in your image is the output of your webhook trigger or your iterator? With more information, we’ll be better equipped to help you troubleshoot the problem.
Hi Glen,
I managed to find a solution for the issue, but later on I stuck on Bitrix24 integration which didn’t allow to add multiple files into CRM. So I had to abandon this project.
Thank you for your time, It was my first attempt to find help here and I am greatly satisfied.
Best regards
I just wanted to say thanks for letting us know how the situation panned out.
Sorry to hear that you had to let go of the project but glad to learn that you’re happy with the help you got in the community. We have a whole bunch of incredibly skilled and helpful Makers here
Would you mind sharing the solution that you managed to find? I know that you did not end up pursuing this but this info could help some users when looking for similar answers