REQUEST
{
  "identifiers": [
    {
      "identifier": "philbillingsby@gmail.com",
      "identifier_type": "email_address"
    }
| Record ID | PDR | Company name | Website URL | Company Domain Name | Company owner | Hubspot Contacts (existing) | Scraped & Formatted | Enrolled in Sequence? | Number of contacts per District, grouped by title | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21647449741 | BL | Red Lake Public School District | https://www.redlake.k12.mn.us | redlake.k12.mn.us | Sean Dunne | 1 | Yes | 
| "body": | |
| "{\n\n \"meeting\": {\n\n \"aiCompletion\": \"QUOTE_FOUND: Christy Nunn: \"It really does engage you to, like—yeah—expand your, like, thinking and thought process and writing, and, like, it it can instantly give you feedback. And that's what I've—when I've talked to teachers about it and say, like, hey. Like, put them on here. It's not like—we have some diehard IXL people—but, like, this really truly engages them. It's not just like a, like, you got this wrong. Here's a tutoring session. It is like—so I was like, okay. I'm gonna try this again. I'm gonna get it wrong. And, again, the whole time, it's not just giving me a lecture about what physical changes, what chemical changes. Like, it's engaging me to go, like, well, what did you notice about the color? What did you notice about…Like, what is…like, you know? So that to me is kind of the game changer of this that I've heard teachers even say. Like, they'll engage with a computer way more than…and then you can have everybody doing it at the sa | 
| [+] Running 4/0 | |
| ✔ Container ipfs Created 0.0s | |
| ✔ Container resource-provider Created 0.0s | |
| ✔ Container watchtower Created 0.0s | |
| ✔ Container bacalhau Created 0.0s | |
| Attaching to bacalhau, ipfs, resource-provider, watchtower | |
| ipfs | Changing user to ipfs | |
| ipfs | ipfs version 0.32.1 | |
| ipfs | Found IPFS fs-repo at /d | 
| docker logs bacalhau | |
| Flag --peer has been deprecated, The libp2p transport will be deprecated in a future version in favour of using --orchestrators to specify a requester node to connect to. | |
| Flag --private-internal-ipfs has been deprecated, The embedded IPFS node will be removed in a future versionin favour of using --ipfs-connect and a self-hosted IPFS node | |
| 02:47:02.531 | WRN pkg/ipfs/client.go:160 > failed to connect to peer error="connect 12D3KooWBCBZnXnNbjxqqxu2oygPdLGseEbfMbFhrkDTRjUNnZYf failure: failed to dial: failed to dial 12D3KooWBCBZnXnNbjxqqxu2oygPdLGseEbfMbFhrkDTRjUNnZYf: all dials failed\n * [/ip4/34.145.201.224/tcp/4001] dial tcp4 0.0.0.0:4001->34.145.201.224:4001: i/o timeout" [NodeID:] [peer:"{12D3KooWBCBZnXnNbjxqqxu2oygPdLGseEbfMbFhrkDTRjUNnZYf: [/ip4/34.145.201.224/tcp/4001]}"] | |
| 02:47:19.886 | WRN pkg/ipfs/client.go:160 > failed to connect to peer error="connect 12D3KooWH3rxmhLUrpzg81KAwUuXXuqeGt4qyWRniunb5ipjemFF failure: failed to dial: failed to dial 12D3KooWH3rxmhLUrpzg81KAwUuXXuqeGt4 | 
| WEB3_PRIVATE_KEY="<PK>" docker compose up | |
| [+] Running 5/5 | |
| ✔ Network weir_default Created 0.1s | |
| ✔ Container ipfs Created 0.1s | |
| ✔ Container watchtower Created 0.1s | |
| ✔ Container bacalhau Created 0.1s | |
| ✔ Container resource-provider Created | 
| docker logs bacalhau | |
| Flag --peer has been deprecated, The libp2p transport will be deprecated in a future version in favour of using --orchestrators to specify a requester node to connect to. | |
| Flag --private-internal-ipfs has been deprecated, The embedded IPFS node will be removed in a future versionin favour of using --ipfs-connect and a self-hosted IPFS node | |
| 01:16:42.158 | WRN pkg/ipfs/client.go:160 > failed to connect to peer error="connect 12D3KooWJM8j97yoDTb7B9xV1WpBXakT4Zof3aMgFuSQQH56rCXa failure: failed to dial: failed to dial 12D3KooWJM8j97yoDTb7B9xV1WpBXakT4Zof3aMgFuSQQH56rCXa: all dials failed\n * [/ip4/35.245.41.51/tcp/4001] dial tcp4 35.245.41.51:4001: connect: connection refused" [NodeID:] [peer:"{12D3KooWJM8j97yoDTb7B9xV1WpBXakT4Zof3aMgFuSQQH56rCXa: [/ip4/35.245.41.51/tcp/4001]}"] | |
| 01:16:43.99 | WRN pkg/ipfs/client.go:160 > failed to connect to peer error="connect 12D3KooWBCBZnXnNbjxqqxu2oygPdLGseEbfMbFhrkDTRjUNnZYf failure: failed to dial: failed to dial 12D3KooWBCBZnXnNbjxqqxu2oygPdLGseEbfMbFh | 
| const walletAddresses = [ | |
| // '0x0B11006bce54971f74F1F5a7c150e86f58328440', // Random | |
| '0xC44CB6599bEc03196fD230208aBf4AFc68514DD2', // Strawberry | |
| '0x87634d76668F2B24DE80eAF420552C6ccDC47490', // Rodebrecht 4090 | |
| // '0xe70a47B75496D098dE30B4F1f454Dd32642104F5' // Sigmund | |
| ]; | |
| const baseUrl = 'https://api-testnet.lilypad.tech/pow-logs/rewards'; | |
| const dateMapping = [ | 
Integrating Magic into a new or existing app is as simple as installing the SDK, initializing Magic with your Magic Publishable API Key and chosen blockchain, and authenticating your users with magic.wallet.connectWithUI(). The sections below go through each of these steps one at a time.
If you want to jump straight into the code, check out this Github Repository or tinker directly in the browser with the Codesandbox version.
Navigate to your project directory and install the Magic SDK as a project dependency.
---