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