Technology Partners Webhooks
POST Test Send Webhook Notification
Use this POST method to validate a webhook subscription by triggering a test notification for your chosen webhook topic_id. Possible topic_id values include:
- 1 - Billing tier upgrade.
- 2 - Billing tier downgrade.
- 3 - Account cancelled.
- 4 - Account disabled.
After you successfully send this request, Constant Contact will automatically send a POST notification to your chosen topic's callback URI with example data.
post/partner/webhooks/subscriptions/{topic_id}/tests
Path parameters
topic_idstring required
Identifies a webhook topic.
Response
Test notification successfully sent to your callback URI.
Example response
{
"topic_id": 2,
"hook_uri": "https://www.examplename.com/webhooks/billingTier",
"topic_name": "Billing Tier Downgrade",
"topic_description": "Executes when an account's billing tier is downgraded."
}