-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] instantly #15226
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
luancazarine
added a commit
that referenced
this issue
Jan 9, 2025
Sources - New Event (Instant) Actions - Add Tags Campaign - Add Lead Campaign - Update Lead Status
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
Jan 13, 2025
* instantly init * [Components] instantly #15226 Sources - New Event (Instant) Actions - Add Tags Campaign - Add Lead Campaign - Update Lead Status * pnpm update * pnpm update * fix description * add documentation URL * pnpm update
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: