post https://api.raisely.com/v3/webhooks
Add a new webhook to your Raisely account. By default, this webhook will trigger for events across all campaigns in your Raisely account. Specify a campaignUuid
if you'd like to restrict it to one campaign.
For custom components:
RaiselyComponents.api.all('webhooks').post(data = {}, params = {}, headers = {}) => Promise<{result}>
See Restie Response Data for a more detailed overview of responses through the client wrapper
By default, this webhook will trigger for events across all campaigns in your Raisely account. Specify a campaignUuid
if you'd like to restrict it to one campaign.