Skip to main content
Question

How to send a message to LINE using an API from IFS?

  • October 14, 2025
  • 8 replies
  • 112 views

Forum|alt.badge.img+1

Hi everyone,

I would like to send a message to LINE (the messaging app) automatically from IFS using an API.

Has anyone ever integrated IFS with LINE or used a REST API to send a message to LINE?
If possible, could you please share some guidance or example code (e.g., using IFS Projection or IFS Connect)?

Thank you in advance!

8 replies

Forum|alt.badge.img+9
  • Hero (Customer)
  • October 14, 2025

Hello, 

what is the trigger that you want to implement to send the message ? 


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • October 14, 2025

Hi,
I want to send a message to LINE when a specific action happens — for example, after successfully creating or updating a record in IFS (like a Customer Order or Invoice).
I’m trying to figure out how to set the trigger and call the LINE API from IFS using PL/SQL or an integration projection.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • October 15, 2025

Hello, 

what is the trigger that you want to implement to send the message ? 

Hi,
I want to send a message to LINE when a specific action happens — for example, after successfully creating or updating a record in IFS (like a Customer Order or Invoice).
I’m trying to figure out how to set the trigger and call the LINE API from IFS using PL/SQL or an integration projection.


Forum|alt.badge.img+9
  • Hero (Customer)
  • October 15, 2025

Do you have a Custom Event action type REST Call ? 
Or access to BPA Workflow ?

 


eqbstal
Superhero (Partner)
Forum|alt.badge.img+21
  • Superhero (Partner)
  • October 15, 2025

@raksitaalphast Is it not better to explain users how the subscription functionality works? I know every order in this case needs to be subscribed to.

Maybe build an event on creation of an object that prepares a subscription item. For IFS Cloud that would be with:

Projection:                 FndStream

Component:              FNDBAS

Specification: b2b/ifsapplications/projection/v1/StreamSubscriptions.svc/FndStreamMessages

I don’t have an IFS10 environment available, so you have to check if FndStream, or something along that line, is available.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • October 15, 2025

Do you have a Custom Event action type REST Call ? 
Or access to BPA Workflow ?

 

Yes, I have access to Custom Events, but I haven’t used the REST Call action type yet.
I’m planning to call the LINE API after a record is created or updated, so I’m checking if REST Call or BPA Workflow is the best approach.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • October 15, 2025

@raksitaalphast Is it not better to explain users how the subscription functionality works? I know every order in this case needs to be subscribed to.

Maybe build an event on creation of an object that prepares a subscription item. For IFS Cloud that would be with:

Projection:                 FndStream

Component:              FNDBAS

Specification: b2b/ifsapplications/projection/v1/StreamSubscriptions.svc/FndStreamMessages

I don’t have an IFS10 environment available, so you have to check if FndStream, or something along that line, is available.

Thanks for the tip! I’ll check FndStream and try Stream Subscription for the LINE API call.


eqbstal
Superhero (Partner)
Forum|alt.badge.img+21
  • Superhero (Partner)
  • October 15, 2025

Do you have a Custom Event action type REST Call ? 
Or access to BPA Workflow ?

 

Yes, I have access to Custom Events, but I haven’t used the REST Call action type yet.
I’m planning to call the LINE API after a record is created or updated, so I’m checking if REST Call or BPA Workflow is the best approach.

@raksitaalphast You stated that this is part of IFS10, so I doubt, well I'm sure, you don't have BPA Workflow. That is IFS Cloud functionality (and more less only workable as of IFS23R1).