Block contacts or companies by ID
Block contacts (LEAD) or companies (COMPANY) by their Enginy IDs. The server resolves each entity to its emails, LinkedIn URLs, and domains and creates blocklist entries for each. Use blockTypes to restrict which value kinds are extracted.
Required scope:
BLOCKLIST_WRITERate limit: 30 requests per minute
Documentation Index
Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Whether the supplied IDs are contact (LEAD) IDs or company (COMPANY) IDs.
COMPANY, LEAD Entity IDs to resolve and block. Up to 500 per request.
1 - 500 elementsReason classification applied to all created entries.
NOT_INTERESTED, COMPETITOR, CUSTOMER, NOT_TARGET, OTHER, CHURN Restrict which value kinds are extracted from the resolved entities. For COMPANY entities, valid kinds are DOMAIN and COMPANY_LINKEDIN_URL. For LEAD entities, valid kinds are EMAIL and LINKEDIN_URL. Omit to block every applicable value.
DOMAIN, COMPANY_LINKEDIN_URL, EMAIL, LINKEDIN_URL Only used when entityType is COMPANY. If true, the supplied IDs are interpreted as lead IDs and the leads' parent companies are blocked instead. Defaults to false.
If provided, the entry expires periodDays days after creation. Omit for a permanent entry.