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.
PUT
/integrations/web_push
Schema Type:
"object"
Required Fields:
public_keyprivate_key
Properties
private_key
required"string"
public_key
required"string"
Example Request
{
"public_key": "<string>",
"private_key": "<string>"
}
You can combine this integration with:
See all integrations here