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 activity occurs in your Instantly workspace. Possible activities include an email being sent, a new reply detected, a bounce, a lead unsubscribing, or when someone opens your emails. Required props are: 'Event Type' and 'Campaign'. Prop 'campaign' has async options and 'event type' can be 'email_sent', 'email_bounced', 'email_opened', 'email_link_clicked', 'reply_received', 'lead_unsubscribed', 'campaign_completed', 'account_error', 'lead_not_interested', 'lead_neutral', 'lead_meeting_booked', 'lead_meeting_completed', 'lead_closed', 'lead_out_of_office' or 'lead_wrong_person'.
Add tags to a specific campaign. Required props: 'campaign_id' (ID of the campaign), 'tags' (list of tags to add). Optional props: None. 'resource_type' has 2 as value. 'campaign_id' has async options.
Add a lead to a campaign for tracking or further actions. Required props: 'leads', 'campaign_id' (ID of the campaign). Optional props: 'skip_if_in_workspace' and 'skip_if_in_campaign'. 'campaign_id' has async options.
Update the status of a lead to manage workflows or pipelines. Required props: 'email', 'new_status' (new status to assign to the lead) and 'campaign_id'. 'campaign_id' has async options.
instantly
URLs
Webhook Sources
new-event-instant
Prompt
Emit new event when activity occurs in your Instantly workspace. Possible activities include an email being sent, a new reply detected, a bounce, a lead unsubscribing, or when someone opens your emails. Required props are: 'Event Type' and 'Campaign'. Prop 'campaign' has async options and 'event type' can be 'email_sent', 'email_bounced', 'email_opened', 'email_link_clicked', 'reply_received', 'lead_unsubscribed', 'campaign_completed', 'account_error', 'lead_not_interested', 'lead_neutral', 'lead_meeting_booked', 'lead_meeting_completed', 'lead_closed', 'lead_out_of_office' or 'lead_wrong_person'.
URLs
Actions
add-tags-campaign
Prompt
Add tags to a specific campaign. Required props: 'campaign_id' (ID of the campaign), 'tags' (list of tags to add). Optional props: None. 'resource_type' has 2 as value. 'campaign_id' has async options.
URLs
add-lead-campaign
Prompt
Add a lead to a campaign for tracking or further actions. Required props: 'leads', 'campaign_id' (ID of the campaign). Optional props: 'skip_if_in_workspace' and 'skip_if_in_campaign'. 'campaign_id' has async options.
URLs
update-lead-status
Prompt
Update the status of a lead to manage workflows or pipelines. Required props: 'email', 'new_status' (new status to assign to the lead) and 'campaign_id'. 'campaign_id' has async options.
URLs
The text was updated successfully, but these errors were encountered: