Schedule as a Job
You can run your Browserflow action in the background. This means you can trigger the action --> get a jobId and fetch the results when they are done.
How to use in n8n
You can chose this under the Execution Options (see screenshot below). You can also add a callback_url that will be triggered onces your action has completed. Toggle Schedule as a Job and again click on add options to choose Callback URL.


When running such an action you'll get a job id. You can then fetch the results by using the Get Job Result action.


How to use in Make
When you enable the advanced options, you see the option to Schedule as a Job. Whenever you toggle that to yest, you can also see the option to add a Callback Url. This url will be triggered onces the job is completed.

When you run this action, you will get a job id that you can use to fetch the Fetch Job Result action, which returns the resut of your original action


Last updated