I am working with a third-party API. When the service is completed, it needs to send a webhook indicating that a job has been completed.
Can someone give me an example whereby when the webhook receives a request indicating the job is finished, Flutterflow can take that request, parse it and then take an Action?
I see generically to create a Cloud Function, but I'm not clear how the Cloud Function would then, in turn, send the event to the Flutterflow instance. Or what the contents of that Cloud Function would be.