Swirls

SWIRLS_

  • How it works
  • Pricing

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2
Actions

13 actions

HeyReach

13 actions

  • Add leads to campaignPOSTv1.0.0
  • Add leads to listPOSTv1.0.0
  • Create empty listPOSTv1.0.0
  • Get all campaignsPOSTv1.0.0
  • Get all listsPOSTv1.0.0
  • Get campaignGETv1.0.0
  • Get conversationsPOSTv1.0.0
  • Get leadPOSTv1.0.0
  • Get leads from listPOSTv1.0.0
  • Get LinkedIn accountsPOSTv1.0.0
  • Get overall statsPOSTv1.0.0
  • Pause campaignPOSTv1.0.0
  • Resume campaignPOSTv1.0.0

Marketing/HeyReach

Get lead

v1.0.0

Look up a HeyReach lead by LinkedIn profile URL.

Input

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
{
  "type": "object",
  "required": [
    "profileUrl"
  ],
  "additionalProperties": false,
  "properties": {
    "profileUrl": {
      "type": "string",
      "description": "LinkedIn profile URL."
    }
  }
}

Output

  1. 1
  2. 2
  3. 3
  4. 4
{
  "type": "object",
  "additionalProperties": true
}