Skip to main content
All CollectionsIntegrationsPitchlane
Testing Your Pitchlane Integration
Testing Your Pitchlane Integration
Updated this week

To test your Pitchlane integration, follow these steps:

  1. Enter the Pitchlane Webhook URL: Locate the input field designated for the Pitchlane Webhook URL.

  2. Enter the URL of your Pitchlane Webhook and click the "Save" button to save it.

  3. Send a Test Event: After saving the URL, click the "Send a Test Event To Your Pitchlane Account" button. This action will send a test payload to the provided URL, simulating the data that would be sent during actual use.

  4. Monitor Feedback: Observe the top right corner of your screen for feedback and error messages. These notifications will inform you whether the test event was successful or if there were any issues with the integration.

By following these steps, you can ensure that your Pitchlane integration with RB2B is functioning correctly.

Test Payload

The test payload sent will be formatted in the same manner as the example below:

{
"LinkedIn URL": "https://www.linkedin.com/in/retentionadam/",
"First Name": "RB2B",
"Last Name": "Test Payload",
"Title": "Webhook Test Payload from RB2B",
"Company Name": "RB2B",
"Business Email": "[email protected]",
"Website": "https://rb2b.com",
"Industry": "Internet Technology & Services",
"Employee Count": "1-10",
"Estimate Revenue": "$22M rev",
"City": "Austin",
"State": "Texas",
"Zipcode": "73301",
"Seen At": "2024-01-01T12:34:56:00.00+00.00",
"Referrer": "https://google.com",
"Captured URL": "https://rb2b.com/pricing",
"Tags": "Hot Pages, ICP",
}
Did this answer your question?