Event Types
All modules working with hook infrastructure in FowCRM and the event types of these modules are given in the table below.
| Name | Scope | Support | Description |
|---|---|---|---|
| * | All Event | ✅ | Covers all events, triggered by any event. |
| lead.created | Lead | ✅ | Triggered when a lead is inserted. |
| lead.updated | Lead | ✅ | Triggered when the lead is updated. |
| lead.deleted | Lead | ✅ | Triggered when the lead is deleted. |
| lead.status_changed | Lead | ✅ | Triggered when the lead's state changes. |
| lead.stage_changed | Lead | ✅ | Triggered when the lead's stage changes. |
| lead.transfered | Lead | ✅ | Triggered when the lead is transferred. |
| product.created | Product | ✅ | Triggered when the product is added. |
| socialMedia.created | Social Media | ✅ | Triggered when the social media is added. |
| socialMedia.updated | Social Media | ✅ | Triggered when the social media is updated. |
| socialMedia.deleted | Social Media | ✅ | Triggered when the social media is deleted. |
| account.created | account | ✅ | Triggered when the account is added. |
| account.updated | account | ✅ | Triggered when the account is updated. |
| account.deleted | account | ✅ | Triggered when the account is deleted. |
| account.transfered | account | ✅ | Triggered when the account is transferred. |
| contact.created | Contact | ✅ | Triggered when the contact is added. |
| contact.updated | Contact | ✅ | Triggered when the contact is updated. |
| contact.deleted | Contact | ✅ | Triggered when the contact is deleted. |
| contact.transfered | Contact | ✅ | Triggered when the contact is transferred. |
| file.created | File | ✅ | Triggered when the file is added. |
| file.deleted | File | ✅ | Triggered when the file is deleted. |
| opportunity.created | Opportunity | ✅ | Triggered when the opportunity is added. |
| opportunity.updated | Opportunity | ✅ | Triggered when the opportunity is updated. |
| opportunity.deleted | Opportunity | ✅ | Triggered when the opportunity is deleted. |
| opportunity.stage_changed | Opportunity | ✅ | Triggered when the opportunity's stage changes. |
| opportunity.status_changed | Opportunity | ✅ | Triggered when the opportunity status changes. |
| opportunity.transfered | Opportunity | ✅ | Triggered when the opportunity is transferred. |
| quote.created | Quote | ✅ | Triggered when the quote is added. |
| quote.updated | Quote | ✅ | Triggered when the quote is updated. |
| quote.deleted | Quote | ✅ | Triggered when the quote is deleted. |
| paymentPlan.created | Payment Plan | ✅ | Triggered when the payment plan is added. |
| paymentPlan.updated | Payment Plan | ✅ | Triggered when the payment plan is updated. |
| invoice.created | Invoice | ✅ | Triggered when the invoice is added. |
| invoice.updated | Invoice | ✅ | Triggered when the invoice is updated. |
| invoice.stage_changed | Invoice | ✅ | Triggered when the invoice's stage changes. |
| payment.created | Payment | ✅ | Triggered when the payment added. |
| payment.updated | Payment | ✅ | Triggered when the payment updated. |
| payment.deleted | Payment | ✅ | Triggered when the payment deleted. |
| activity.created | Activity | ✅ | Triggered when the activity created. |
| activity.updated | Activity | ✅ | Triggered when the activity created. |
| activity.deleted | Activity | ✅ | Triggered when the activity deleted. |
| activity.status_changed | Activity | ✅ | Triggered when the activity status changes. |
| activityType.created | Activity Type | ✅ | Triggered when the activity type is added. |
| activityType.updated | Activity Type | ✅ | Triggered when the activity type is updated. |
| activityType.deleted | Activity Type | ✅ | Triggered when the activity type is deleted. |