Skip to main content
Question

Is there a way to customize the webhook url in FME flow hosted?

  • July 10, 2023
  • 3 replies
  • 84 views

candacel
Is there a way to customize the webhook url in FME flow hosted?

3 replies

keziaatsafe
Safer
Forum|alt.badge.img+8
  • Safer
  • 153 replies
  • July 17, 2023

Hi @Candace Low​ ,

Can you elaborate more on how you want to customize the webhook URL? Do you want to change the parameter values when running the workspace?

The Webhook URL contains all the required information to run a particular workspace from the web: the FME Flow (Server) domain, web service, repository, workspace, and any parameters and their values follow in a query string. This article may be a helpful resource for submitting a job through FME Flow webhook URLs.

Hope this helps!

Kezia


candacel
  • Author
  • 3 replies
  • July 17, 2023

Hi @Candace Low​ ,

Can you elaborate more on how you want to customize the webhook URL? Do you want to change the parameter values when running the workspace?

The Webhook URL contains all the required information to run a particular workspace from the web: the FME Flow (Server) domain, web service, repository, workspace, and any parameters and their values follow in a query string. This article may be a helpful resource for submitting a job through FME Flow webhook URLs.

Hope this helps!

Kezia

Hello, we'd like to append something at the end to identify 'which' type of workspace is being run. This will be customer facing so we kind of want to use it like an api

Ex: https://fmecloudurl/?id=39688brb9-xxx/routes

OR

https://fmecloudurl/?id=887188brb9-xxx/addresses

 


keziaatsafe
Safer
Forum|alt.badge.img+8
  • Safer
  • 153 replies
  • July 18, 2023

Hello, we'd like to append something at the end to identify 'which' type of workspace is being run. This will be customer facing so we kind of want to use it like an api

Ex: https://fmecloudurl/?id=39688brb9-xxx/routes

OR

https://fmecloudurl/?id=887188brb9-xxx/addresses

 

@Candace Low​ , thanks for the examples.

This is not something I've run into before but in my testing, if you add "&/routes" or "&/addresses", it should still run fine.

ex: http://fmecloudurl/service/repository/workspace?PublishedParameters&opt_showresult=false&opt_servicemode=sync&/route

Please note that this has not been thoroughly tested so I'd advise testing with your workspaces before pushing to PROD.

Hope this helps!

Kezia