true
to inherit the mapped and unmapped fields from the Read Action. Learn more in Fields and mapping.watchFieldsAuto: all
setting ensures that you subscribe to all field changes. Alternatively, you can list specific fields to watch in requiredWatchFields
. Note: Only one of requiredWatchFields
or watchFieldsAuto
should be provided.
requiredWatchFields
or watchFieldsAuto
should be provided.
Here is an example amp.yaml
amp.yaml
, please see Subscribe action webhooks.
amp.yaml
:
PROJECT_ID
with your Ampersand project ID, which can be found in the Dashboard’s General Settings page.INTEGRATION_ID
with your integration’s ID, which can be found in the Dashboard’s Home page.fields
and mappedFields
based on the fields and mapped fields from your read action. You can learn more in Object and field mapping.