smartlead_fetch_webhooks_by_campaign
Retrieve all webhooks configured for a specific email marketing campaign by providing the campaign ID.
Instructions
Fetch all the webhooks associated with a campaign using the campaign ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | ID of the campaign to fetch webhooks for |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "ID of the campaign to fetch webhooks for",
"type": "string"
}
},
"required": [
"campaign_id"
],
"type": "object"
}