We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new lead is added in DitLead. Requires webhook setup in your DitLead account.
Emit new event when a lead's status is updated in DitLead. Requires webhook setup in your DitLead account.
Emit new event when a note is added to a lead. Requires webhook setup in your DitLead account.
Create a new lead with details such as name, email, phone, and source. Required props: name, email. Optional: phone, status, tags.
Update the status of an existing lead. Required props: lead ID, new status. Optional: internal note.
Attach a note to an existing lead. Required props: lead ID, content of the note. Optional: author, timestamp.
The text was updated successfully, but these errors were encountered:
DitLead team provided access.
Sorry, something went wrong.
GTFalcao
Successfully merging a pull request may close this issue.
DitLead
URLs
Webhook Sources
new-lead-instant
Description
Emit new event when a new lead is added in DitLead. Requires webhook setup in your DitLead account.
new-lead-status-change-instant
Description
Emit new event when a lead's status is updated in DitLead. Requires webhook setup in your DitLead account.
new-note-instant
Description
Emit new event when a note is added to a lead. Requires webhook setup in your DitLead account.
Actions
create-lead
Description
Create a new lead with details such as name, email, phone, and source. Required props: name, email. Optional: phone, status, tags.
update-lead-status
Description
Update the status of an existing lead. Required props: lead ID, new status. Optional: internal note.
add-note-to-lead
Description
Attach a note to an existing lead. Required props: lead ID, content of the note. Optional: author, timestamp.
The text was updated successfully, but these errors were encountered: