- Create a new Workflow
- Select External Lead as the source node
- Click on the node and take a look at the Properties on the right
- The one required input is a field for the LinkedIn profile of the lead. You can name it whatever you want. Below, itβs called
linkedin_urlfor example.
- You can add other input fields as needed. Add the input field name and then how youβd like to refer to it in the Letterdrop workflow variables. We added
nameandmessagebelow for example.
- Youβll see the unique API endpoint for this workflow below
- Save and activate the workflow
- Send an API request to test
Β

Β
Β
Trigger a workflow
POST https://api.letterdrop.com/api/v1/workflows/689b3dfc4604090a5588341d
Trigger a workflow.
Headers
Name | Type | Description |
api-key | string | API key that is unique to your workspace |
Request Body
Note all the field names are customizable as shown above.
Name | Type | Description |
lead | string | LinkedIn Profile URL of the lead |
custom_field_1 | string | Any custom field you define |
custom_field_2 | string | Any custom field you define |
β¦ | β¦ | β¦ |
custom_field_n | string | Any custom field you define |
