Skip to content

Commit cbd46e4

Browse files
committed
fix(apollo): expose webhook_url subblock for people enrich phone reveal
1 parent fce1ff0 commit cbd46e4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

apps/sim/blocks/blocks/apollo.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,17 @@ export const ApolloBlock: BlockConfig<ApolloResponse> = {
201201
},
202202
mode: 'advanced',
203203
},
204+
{
205+
id: 'webhook_url',
206+
title: 'Phone Reveal Webhook URL',
207+
type: 'short-input',
208+
placeholder: 'https://your-app.com/apollo-phone-webhook',
209+
condition: {
210+
field: 'operation',
211+
value: ['people_enrich', 'people_bulk_enrich'],
212+
},
213+
mode: 'advanced',
214+
},
204215

205216
// Bulk Enrich Fields
206217
{

0 commit comments

Comments
 (0)