Trigger Claris Connect Flow

Triggers a Claris Connect flow and sends the specified JSON data.

Options 

  • URL specifies the Claris Connect webhook URL.

  • JSON Data specifies data in the JSON format that needs to be sent along to the webhook URL.

  • AppID:APIKey for Webhooks specifies the AppID and APIKey for Claris Connect webhook authorization.

  • Target specifies the field or variable whose contents you want to replace. If no field or variable is specified and a field is selected in Browse mode or Find mode, that field is used.

  • Flow specifies the Claris Connect flow selected from the Select Claris Connect Flow dialog. You must be signed in as a Claris ID user who is in a Claris Connect team to be able to select a flow. The Flow value is only for informational purposes, is set at the time the flow is selected using the dialog, and will not be updated if the name is changed in Claris Connect.

Compatibility 

Product Supported

FileMaker Pro

Yes

FileMaker Go

Yes

FileMaker WebDirect

Yes

FileMaker Server

Yes

FileMaker Cloud

Yes

FileMaker Data API

Yes

Custom Web Publishing

Yes

Originated in version 

20.1

Description 

Automate triggering a Claris Connect flow using a Claris Connect webhook. For information about Claris Connect flows, webhooks, AppIDs, and APIKeys, see Claris Connect Help.

Example 1 

Triggers the "ExampleFlow" flow which uses the "webhook.example.com" webhook, providing JSON data, then setting the "SampleTableName:SampleFieldName" field with the result from the interaction.

Copy
Trigger Claris Connect Flow [ Flow: "ExampleFlow" ; URL: "https://webhook.example.com/" ; JSON Data: JSONSetElement ( "" ; "abc" ; "xyz" ; JSONString ) ; Target: SampleTableName:SampleFieldName ]