Kevin Lawrie
- Total activity 851
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 720
Articles
Recent activity by Kevin Lawrie-
Receive a Webhook (Send a Payload to Leadfwd)
Add Contacts, Update Contact Data Field Properties, Tag Contacts and Enroll Contacts into Sequences with Webhooks. Webhooks are a powerful and simple method to transmit useful data between applicat...
-
PUT / Update Contact
PUT v2/contact/{contactId} PUT /v2/contact/{contactId} Header HTTP/1.1Authorization: Bearer $api_id.$api_secretHost: api.$app_domainAccept: application/jsonContent-Type: application/json Request Pa...
-
GET / Contact List Detailed
GET / Contact List Detailed GET /v2/list/{listId}?full Header HTTP/1.1Authorization: Bearer $api_id.$api_secretHost: api.$app_domainAccept: application/json Response { "data": { "id": "66...
-
Create and Manage Custom Data Field Properties
Custom data field properties can be utilized to trigger automation workflows, modify lead scores, add contacts to segments and also to auto-fill personalization tokens inside of emails and text mes...
-
🎙️ Scripting and Recording a Voicemail
To make the most of ringless voicemail (RVM), you'll want script out your message in advance, making sure it’s short, sweet, human and aligns with ICP that you're reaching out to. While you can alw...
-
⬇️ Inbound Connector (Push Data into Leadfwd)
Push data from your existing apps to Leadfwd using our no-code connector framework with Zapier. Leadfwd leverages JSON powered webhooks to deliver and sync data with over 5,000 apps within the Zapi...
-
➡️ Execute Tasks with Step-flow
Press Play and Go Execute your tasks faster than ever with automated step-flow. Simply press play and execute your tasks in rapid succession. After you complete a task, step-flow automatically move...
-
⬇️ Add to Chrome | Download and Install
Add to Chrome Get started by downloading the latest Leadfwd Chrome package from the Chrome Store. It's free! Click here to Add to Google Chrome Generate and Retrieve your Authorization Key and Secr...
-
POST / Create Contact Segment
POST /v2/segment/create/{listId} POST /v2/segment/create/{listId} Header HTTP/1.1Authorization: Bearer $api_id.$api_secretHost: api.$app_domainAccept: application/jsonContent-Type: application/json...
-
GET / Search Contacts
Search for Contacts by Name or Email Address GET /v2/contact/all/$listId?sort={desc}&search={$string}&offset={offset} Search for Contacts by Engagement Status GET /v2/contact/all/$listId?engagement...