ping_email
channel/email

Save a Ping Email integration

Updates or creates the Ping Email integration for the project.

put/integrations/ping_email

Request body

urlstring uri required

URL to ping

Example request

{
  "url": "https://example.com/webhook"
}

Response

OK

urlstring uri required

URL to ping

Example response

{
  "url": "https://example.com/webhook"
}

Changes