a week ago
I would like to create a recipe that would perform a one-off initial data load from Workato to Creatio. However I am unsure which trigger is best suited to do just a one-off manual load?
Ideally this would just be something I could run once with the large amount of initial data but so far all I have been using is Webhook Triggers based on various events. The only solution I have seen so far would be to create a scheduled trigger and then delete this recipe after it has run once but I was wondering if there was a more elegant solution for this?
a week ago
Create it as a function recipe. You could then test it (which would actually run it), or you could call it from another recipe.
Monday
Or create it as an API recipe function and call the API externally to Workato.