Schedule Notification Server Side

Please provide the following:

  1. SDK Version:
  2. Platforms(Android/iOS/web/all):
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I am trying to schedule expo push notifications server side. The client side SKD has the sendNotificationAsync which allows you to pass a trigger and schedule a notification - is there something similar in the server side SKD? I am using this node.js recommended SDK: GitHub - expo/expo-server-sdk-node: Server-side library for working with Expo using Node.js
Alernatively - can I do this manually by hitting an HTTP/2 end point?

Hey @mallain23 there isn’t functionality built into the server sdk for scheduling notifications. You’ll have to manually set up your own system to handle it.

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.