API Step
Make an HTTP request to an external system and extract data from the response.
Last updated
https://api.example.com/enrich?email={{ email }}{
"email": "{{ email }}",
"company": "{{ company_name }}",
"source": "spara-workflow"
}POST https://api.clearbit.com/v1/people/find
Headers: Authorization: Bearer {{ clearbit_key }}
Body:
{
"email": "{{ email }}"
}
Field Extraction:
- Name: job_seniority
Description: The lead's seniority level from the "seniority" field in the response
- Name: linkedin_url
Description: The lead's LinkedIn profile URL from "linkedin.handle"