Gravitec.net

Product details

Q: running a shopify store, can Gravitec do the following: 1) different sign up message in different product page?

2) different notification for different product?

help29PLUSNov 4, 2022
Founder Team
Illia_Rudiuk_Gravitec

Illia_Rudiuk_Gravitec

May 14, 2024

A: Hello,

We recently launched a simplified integration of Graviteс with Shopify websites.

Regarding the cases you asked about.

1) The subscription widget text is set for the entire site. But you can place the subscription script only on specific pages and collect subscribers only on those pages.

2) Yes Graviteс allows you to send triggered and personalized messages to different subscribers.

You can assign an identifier (email, login, etc.) to any subscriber as an alias.
When a push subscriber visits the site and logs in, his personal identifier (alias) from the site can be bound to him. This can be an email address, login, token, etc. After that, you can identify the subscriber and send him push notifications individually.

Using the REST API, you can perform automated sending of transactional messages (payment reminders, order confirmation, goods shipped, etc.).

On the client site side, a trigger is defined and a push notification is sent to the alias.

Below is an example of a request to send a trigger message. You can enter the necessary information in the appropriate fields.
{
"send_date": "",
"ttl": "",
"push_tag":"",
"display_time": "",
"is_transactional": "",
"segments": [""],
"payload": {
{ "message": "",
"title": "",
"icon": "",
"image": "",
"redirect_url": "",
"buttons": [{
"title": "",
"url": ""
}]
},
"audience": {
{ "aliases": [""],
}
}

Link to documentation for sending messages via Rest API - 🔗https://docs.gravitec.net/hc/en-us/sections/202088825-Server-API🔗

Documentation is also available in the Gravitec personal account - 🔗http://joxi.ru/brRQlzzsYOQ8BA🔗

Share
Helpful?
Log in to join the conversation