Invoke a webhook

To invoke a webhook for testing, use the POST method. The POST body must contain specific options in JSON format.

Component Description

HTTP method

POST

URL

https://host/fmi/odata/version/database-name/Webhook.Invoke(webhook-id)

host – FileMaker Server host name

version – the OData version, always v4

database-name – the name of the hosted database

webhook-id – the id of the existing webhook

Example: /fmi/odata/v4/ContactMgmt/Webhook.Invoke(1)

Parameters

JSON example:

Copy
{
  "rowIDs": [
    63,
    61
  ]
}