We are moving to Discord!

Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.

Sending events without creating new session

Hello

Is it possible to create events for different users from API or server side SDKs (like nodejs)?

Regards

2

Comments

2 comments
  • Official comment

    Hi Ali,

    Yes, it's possible to send events without creating a session.

    You can do it via API or SDK:

    - API you can make any calls to any users without restrictions. Just changing device_id to another value would make a request to other user. Please check our API Documentation.

    - And via SDK you can just create multiple users like this.

    Comment actions Permalink
  • Hi Kevin,

    Can i send events with other user details such as a custom field?

    because i can not use device_id that you mentioned in below 

    - And via SDK you can just create multiple users like this.

     
     
    0
    Comment actions Permalink

Please sign in to leave a comment.