McAlm Posted March 2, 2022 Share Posted March 2, 2022 Hi, I want to create a workflow that creates an email with different variables. One of these variables is being created by another workflow (Calendly for Alfred https://github.com/sebwarnke/alfred-calendly ). So I want to start the main workflow and refer to the second, but then return to the first to use the created calendly link within my email content. How can I achieve that? I did not find a proper object in Alfred... Best, McAlm Link to comment
deanishe Posted March 3, 2022 Share Posted March 3, 2022 21 hours ago, McAlm said: How can I achieve that? You can't unless the workflow you're trying to get information out of explicitly supports it. External Triggers are the official way to call other workflows, but they're one-way only, so the workflow you're calling would need to be able to pass the results to an arbitrary External Trigger, and you would have to tell it to "call you back". Much like the way x-callback-url works. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now