Skip to main content
Nintex Community Menu Bar
Question

Cannot post to Chatter from skuid page (Error code: INVALID_SESSION_ID Message: Session expired or i

  • July 11, 2024
  • 2 replies
  • 10 views

Forum|alt.badge.img+1

I have a skuid page on a public facing sites page that my org uses to collect information from potential clients. I would like the submission of this info to trigger a chatter post to one of our org members alerting them to the new submission, however when my action to post to chatter using the ‘Run salesforce action’ option is invoked I get the following error: 

There was an error performing this GET request:

Error code: INVALID_SESSION_ID
Message: Session expired or invalid

Has anyone found a way around this error? 

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 11, 2024

An initial guess:  the public site user does not have rights to submit a chatter post.  


Forum|alt.badge.img+9

Rob’s guess is correct. I ran into this today. The sites user cannot post to chatter. However, you can circumvent this a few ways.

  • Create a custom object to receive this feedback and use a process builder to do the chatter posting. 
  • Use a custom field on the parent object and use process builder to do the chatter posting.
  • Call invocable apex from the sites page