API Reference
Templates
Manage ICP templates, signal specifications, value propositions, and writing styles.
Writing style channels
Writing styles can target direct_message, inmail, direct_message_inmail, comment, or connection_request content types.
Template variables
Template writing styles support {{ First_name }}, {{ Last_name }}, {{ Title }}, {{ Company_name }}, {{ Location }}, {{ Industry }}, {{ Signal }}, and {{ Signal_anonym }}.
Spintax
Writing style sample messages and subjects support Spintax with single braces, such as {Hi|Hello|Hey}. The API stores Spintax as text; message generation randomly resolves one option from each group.
Template quotas
Each account group is limited to 50 value propositions, 50 writing styles, 50 ICP templates, and 25 signal specifications. Creating beyond those limits returns 422 VALIDATION_ERROR.
ICP templates
Manage reusable ideal-customer-profile filters used by ICP prospecting imports.
/v1/accounts/{accountGroupId}/icp-templatesList ICP templates
/v1/accounts/{accountGroupId}/icp-templatesCreate an ICP template
/v1/accounts/{accountGroupId}/icp-templates/{icpTemplateId}Delete an ICP template
/v1/accounts/{accountGroupId}/icp-templates/{icpTemplateId}Get an ICP template
/v1/accounts/{accountGroupId}/icp-templates/{icpTemplateId}Update an ICP template
/v1/accounts/{accountGroupId}/icp-templates/filter-optionsList ICP filter options
Signal specifications
Manage reusable signal definitions used by scans and campaign logic.
/v1/accounts/{accountGroupId}/signal-specificationsList signal specifications
/v1/accounts/{accountGroupId}/signal-specificationsCreate a signal specification
/v1/accounts/{accountGroupId}/signal-specifications/{specificationId}Delete a signal specification
/v1/accounts/{accountGroupId}/signal-specifications/{specificationId}Get a signal specification
/v1/accounts/{accountGroupId}/signal-specifications/{specificationId}Update a signal specification
Value propositions
Manage product positioning inputs used by message generation.
/v1/accounts/{accountGroupId}/value-propositionsList value propositions
/v1/accounts/{accountGroupId}/value-propositionsCreate a value proposition
/v1/accounts/{accountGroupId}/value-propositions/{valuePropositionId}Delete a value proposition
/v1/accounts/{accountGroupId}/value-propositions/{valuePropositionId}Get a value proposition
/v1/accounts/{accountGroupId}/value-propositions/{valuePropositionId}Update a value proposition
Writing styles
Manage writing-style templates and AI free-text generation rules.
/v1/accounts/{accountGroupId}/writing-stylesList writing styles
/v1/accounts/{accountGroupId}/writing-stylesCreate a writing style
/v1/accounts/{accountGroupId}/writing-styles/{writingStyleId}Delete a writing style
/v1/accounts/{accountGroupId}/writing-styles/{writingStyleId}Get a writing style
/v1/accounts/{accountGroupId}/writing-styles/{writingStyleId}Update a writing style