LogoLogo
  • About Absolute Labs
  • Absolute Labs Platform
  • Features
    • Overview
    • Insights
      • My Assets
      • NFT collections
      • Tokens
      • Websites
      • Mobile Apps
        • ALSDK iOS Framework
        • ALSDK Android Framework
      • Investor profile
    • Audiences
      • Segments
      • Custom lists
    • Flows
      • Conditions and delays
        • Wait until
        • Wait for
        • Random split
      • Entry Sources
        • Segment source
        • List source
        • Webhook source
        • List source
        • Transaction source
      • Channels
        • E-mail
        • Webhook
        • XMTP
        • SMS
        • Airdrop
          • Token Airdrops
          • NFT Airdrops
          • Custom contract call
      • Data
        • Add to list
      • Creating a flow
    • Access and invites
    • Google Cloud Integration
    • Salesforce B2C Commerce Cloud Cartridge
  • Use Cases
    • Upcoming NFT collection
    • Metaverse company
    • NFT Marketplace
    • Centralized exchange
    • SendGrid
    • See also
Powered by GitBook
On this page
  • Enablement
  • Request URL example
  • Request headers
  • Request body example
  1. Features
  2. Flows
  3. Entry Sources

Webhook source

The webhook entry source allows you to send wallets to the flow from third-party services.

Enablement

  1. Go to the Flows module.

  2. Drag and drop the Webhook source block into your flow.

  3. Save the flow as a draft and open the flow again. You will not be assigned a webhook endpoint until you save the flow as a draft.

  4. Copy the endpoint from the Webhook source block. You can now send POST requests to this endpoint to manually push wallets into the flow.

Request URL example

https://webhook.absolutelabs.app/{ID of your Flow}/  

Request headers

- X-API-Key: {your key}
- Content-Type: application/json

Request body example

[
"0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"0xccccccccccccccccccccccccccccccccccccccc"
]
PreviousList sourceNextList source

Last updated 1 month ago