How to correctly setup a Web Push integration

Web Push is a technology that allows you to send notifications to your users' devices even when they are not on your website. It is a powerful tool to engage your users and bring them back to your website.

Apple logo
PUT
/integrations/web_push
Schema Type: "object"
Required Fields:
public_keyprivate_key

Properties

private_key "string"
required
public_key "string"
required

Example Request

{
  "public_key": "<string>",
  "private_key": "<string>"
}

You can combine this integration with:

See all integrations here