getwebhooks

area apiaction getwebhooksGETread

Returns a list of webhooks in the account.

Arguments

This call takes no arguments beyond apikey, area and action.

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=api
  &action=getwebhooks

Response

<response>
  <webhook>
    <id>3</id>
    <url><![CDATA[https://www.mysite.com/webhook.php]]></url>
    <hooktype>unsubscribe</hooktype>
    <enabled>0</enabled>
    <fulllistdata>0</fulllistdata>
    <failures>0</failures>
    <httperrorcode>0</httperrorcode>
    <datecreated>December 09, 2022, 09:46 pm</datecreated>
  </webhook>
  <webhook>
    <id>2</id>
    <url><![CDATA[https://www.mysite.com/webhook.php]]></url>
    <hooktype>click</hooktype>
    <enabled>0</enabled>
    <fulllistdata>1</fulllistdata>
    <failures>0</failures>
    <httperrorcode>0</httperrorcode>
    <datecreated>December 09, 2022, 09:46 pm</datecreated>
  </webhook>
  <webhook>
    <id>1</id>
    <url><![CDATA[https://www.mysite.com/webhook.php]]></url>
    <hooktype>open</hooktype>
    <enabled>0</enabled>
    <fulllistdata>1</fulllistdata>
    <failures>0</failures>
    <httperrorcode>0</httperrorcode>
    <datecreated>December 09, 2022, 09:46 pm</datecreated>
  </webhook>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.