Hi, is there a way to delay when the submission-created function runs? For example if we wanted the function to run a few minutes AFTER the form submission has been received?
The reason being one of our integrations (Segment and Intercom) takes a few minutes for data to become available (creating a user and then trying to search for the user based on on form submission data). Because of the 10sec function execution limit putting a sleep in my function doesn’t work :S ideally I’d like the submission-created to run a few minutes (say 5??) after form submission event occurs.
Any advice appreciated!