Create a webhook
To create a webhook, 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.Add host – FileMaker Cloud or FileMaker Server host name version – the OData version, always v4 database-name – the name of the hosted database Example: |
| Parameters |
JSON example: Copy
|
Notes
-
FileMaker Cloud:
maxFailedAttemptsapplies to the created webhook. SettingmaxFailedAttemptsto 0 indicates no maximum and that the webhook will retry sending the payload indefinitely until either the payload is received successfully or the webhook is deleted. Retry attempts are logged in the fmodata.log file.