Skip to main content
Solved

Use FME Flow parameters in FME workspace

  • August 1, 2024
  • 3 replies
  • 65 views

asablomberg
Contributor
Forum|alt.badge.img+8

Hi! I have an automation with an email trigger, and I want to use the emails subject in the FME Form workspace, how do I do that?

 

 

Best answer by redgeographics

You’ll need to create a User Parameter in your workspace and then in the automation you can use the Event Attributes to fill that parameter

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • Best Answer
  • August 1, 2024

You’ll need to create a User Parameter in your workspace and then in the automation you can use the Event Attributes to fill that parameter


smclaugh1
Contributor
Forum|alt.badge.img+5
  • Contributor
  • 14 replies
  • August 1, 2024

Do you have to parse an email trigger like you do a webhook?


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • August 2, 2024

Do you have to parse an email trigger like you do a webhook?

No, at least not if you only want to use the information that’s being put in the Event Attributes.