(Solved) Email to API Workflow

Is it possible for an email to be sent to address that triggers an API Workflow?

Second question, can formatted data be extracted from the same email and be used in the workflow? Such as:

Subject: {workflow name}

Body: {value_1} {value_2}

Yes, both of your requests are possible.

See this for some ideas: How I setup Sendgrid Inbound Parse

1 Like

@Kfawcett Thank you!