pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] the_magic_drip

Open pipedream-component-development opened this issue 1 year ago • 0 comments

the_magic_drip

URLs

  • https://docs.themagicdrip.com/api-reference/introduction

Actions

List Campaigns

Prompt

List available campaigns. No props needed besides the app.

URLs

  • https://docs.themagicdrip.com/api-reference/endpoint/get-v1campaign

Add Lead to Campaign

Prompt

Add a single lead to a campaign. Include optional props for the campaign's parameters, such as company and LinkedIn URL.

URLs

  • https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaignleads

Mark Campaign Active or Inactive

Prompt

Mark a given campaign as active or inactive. List available campaigns with async options, and use a boolean prop for the desired state.

URLs

  • https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaign-inactive
  • https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaign-inactive

List Templates

Prompt

List available templates. No props needed besides the app.

URLs

  • https://docs.themagicdrip.com/api-reference/endpoint/get-v1templates

Polling Sources

New Campaign Created

Prompt

Emit new event when a campaign is created. Poll the "list campaigns" endpoint and emit an event only for campaigns with the createdAt field greater than the last date/time the source was run.

URLs

  • https://docs.themagicdrip.com/api-reference/endpoint/get-v1campaign

New Template Created

Prompt

Emit new event when a template is created. Poll the "list templates" endpoint and emit an event only for templates with the createdAt field greater than the last date/time the source was run.

URLs

  • https://docs.themagicdrip.com/api-reference/endpoint/get-v1templates