Opportunity created
This webhook is triggered whenever an opportunity created.
Data Structure
Below you find an example payload for the opportunity_created
event.
Available Properties
- Event
The event that triggered the webhook. In this case, it is
opportunity_create
.Property:
event
Type:
string
Required:
true
- Type
The data type the webhook transfers. In this case, it is
opportunity
.Property:
type
Type:
string
Required:
true
- ID
The unique identifier of the opportunity.
Property:
uuid
Type:
string
Required:
true
- Status
The status of the opportunity.
Property:
status
Type:
string
Required:
true
Available values:
TODO
,IN_PROGRESS
,DONE
- Creation Date
The date and time the opportunity was created.
Property:
createdAt
Type:
string
Format:
datetime
Required:
true
- Update Date
The date and time the opportunity was last updated.
Property:
lastUpdatedAt
Type:
string
Format:
datetime
Required:
false
- Due Date
The date and time the opportunity is due.
Property:
dueAt
Type:
string
Format:
datetime
Required:
false
- Assignees
The users assigned to the opportunity.
Property:
assignees
Type:
array
Required:
false
- Related Resources
The resources related to the opportunity.
Property:
relatedResources
Type:
array
Required:
false
Usually contains a single resource of type
feedback
.