Sending data from one bubble app to another

In app A, a visitor to the website fills out a form and when they submit the form it creates a new type of thing. I would then like to send that type of data from that specific visitor to another bubble app. Is this possible using the app connector? And how would I go about doing it? I’m not very familiar with API’s and have tried to read about it but still having trouble figuring out how I could do this. Any help would be greatly appreciated.

Thanks

A starting point is that the APIs all have a URL “end point”. Whatever message is received at that URL will be interpreted as being sent to that API. The message will then have to be in the right format, with the right headers, so it’s understood by the receiving end point.

Why don’t you walk through what you’ve got and we’ll try to piece it together.