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 webhook automation step is triggered in BenchmarkOne. This allows you to capture automated workflows and respond accordingly. No additional props required.
Add a note to a contact. Requires the contact ID or details to identify the contact. If the contact does not exist, it will be created before adding the note. Props: required - contact details or ID, note content.
Add a tag to a contact. Requires the contact ID or details to identify the contact. If the contact does not exist, it will be created before applying the tags. Props: required - contact details or ID, tag names.
Update an existing contact. Requires at least an email or unique identifier for an update. Props: required - contact details such as email, name; optional - phone number, address.
benchmarkone
URLs
Polling Sources
new-webhook-automation-event-instant
Prompt
Emit new event when a webhook automation step is triggered in BenchmarkOne. This allows you to capture automated workflows and respond accordingly. No additional props required.
URLs
Actions
add-note
Prompt
Add a note to a contact. Requires the contact ID or details to identify the contact. If the contact does not exist, it will be created before adding the note. Props: required - contact details or ID, note content.
URLs
add-tag
Prompt
Add a tag to a contact. Requires the contact ID or details to identify the contact. If the contact does not exist, it will be created before applying the tags. Props: required - contact details or ID, tag names.
URLs
create-contact
Prompt
Create a new contact. Props: required - contact details such as email, name; optional - phone number, address.
URLs
update-contact
Prompt
Update an existing contact. Requires at least an email or unique identifier for an update. Props: required - contact details such as email, name; optional - phone number, address.
URLs
The text was updated successfully, but these errors were encountered: