You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a lead is created in Odoo. Configure required props, such as the module and lead stage to monitor. Optionally, specify additional filters to refine the leads monitored.
Actions
create-lead
Description
Create a new lead in Odoo. Props required: 'name' (string) for the lead name, and 'contact_info' (object) for details like email or phone. Optional props include 'tags' (array of strings) to categorize the lead and 'priority' (string) to specify lead importance.
The text was updated successfully, but these errors were encountered:
odoo
URLs
Polling Sources
new-lead
Description
Emit new event when a lead is created in Odoo. Configure required props, such as the module and lead stage to monitor. Optionally, specify additional filters to refine the leads monitored.
Actions
create-lead
Description
Create a new lead in Odoo. Props required: 'name' (string) for the lead name, and 'contact_info' (object) for details like email or phone. Optional props include 'tags' (array of strings) to categorize the lead and 'priority' (string) to specify lead importance.
The text was updated successfully, but these errors were encountered: