Skip to content

Commit

Permalink
docs(webhook): add changed_attributes hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Sauerer committed Dec 12, 2023
1 parent 415ff8b commit ca03b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Customizing the payload of an incoming webhook request is entirely feasible. The
entity: {} // always present,
relations: {} // optional,
activity: {} // optional,
changedAttributes: {
changed_attributes: {
added: {},
deleted: {},
updated: {}
Expand All @@ -40,6 +40,7 @@ Customizing the payload of an incoming webhook request is entirely feasible. The
```
- Include Changed Attributes
- shows the ***changed*** added|deleted|updated attributes ***after*** the event
- important note: this will only be included if the event is a change event e.g. an `Entity update: Opportunity` automation trigger. Manual trigger will not fill changed attribures.
- Include Activity
- Include Relations
- **hydrated** relations to other entities
Expand Down

0 comments on commit ca03b01

Please sign in to comment.