Home > Forum > General > Starting workflow from API without token

Starting workflow from API without token
0

MVP

Hello everyone,

I was wondering... Is there a way to start workflows by an external API without the need to exchange the token first?

I'm asking the question because I'm exploring the possibilities offered by using a service as MailGun. They can parse the incoming email message and post the parsed information in form of JSON to a URL. The issue I'm having is I can only configure a URL to which the send a POST command with parsed JSON. There is no way to send the first authorization request to obtain the token and only after that send the POST.

Any ideas would be much appreciated.

Thanks,
Martin

MVP
In reply to: Maksymilian Stachowiak

How about changing direction of communication - it seems that Mailgun have endpoint to get stored email: https://documentation.mailgun.com/en/latest/api-sending.html#retrieving-stored-messages

You could periodically check for email from webcon perspective, it's not as clean though.

Hi both and thank you for your feedback! Much appreciated.

I thought about the other route (checking for stored emails) and probably that will be the best in the current situation.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.