+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Get Webhooks

Retrieves a list of webhooks configured in the newsletter account.

Warning: Custom contact fields are currently not supported properly and will be fixed.

GET https://api.maileon.com/1.0/webhooks

Example

GET https://api.maileon.com/1.0/webhook/list
Authorization: Basic: XXXXXXXXXXXXXXXX

Status: 200 OK
Content-Type: application/json

[
  {
    "id": 1735,
    "newsletterAccountId": 7997,
    "url": "https://hosting.maileon.com/service/examples/en/webhooks_catch_example/webhook.php",
    "event": "unsubscription",
    "urlParams": [
      {
        "custom_contact_field": null,
        "standard_contact_field": "email",
        "custom_value": null,
        "name": "email"
      },
      {
        "custom_contact_field": null,
        "standard_contact_field": "external_id",
        "custom_value": null,
        "name": "eid"
      }
    ],
    "standardFields": [
      "email",
      "external_id"
    ],
    "eventFields": [
      "msg_id",
      "method"
    ]
  }
]
Inhaltsverzeichnis