Core TSIs : Event Connector : Concepts : Transmission strategy
Transmission strategy
When outbox raw messages are queued, they are waiting to be sent for transmission.
When processing messages, there are two transmission strategies:
PUSH
This method simply means that when a message is received, it is automatically sent.
PULL
This method means that when a message is received, it will remain queued until it is retrieved (pulled) by the endpoint.
In order to use the Pull strategy, the EVENTCONNECTORADMIN account needs to be specified, which is the account that will pull the message record out of Planon.
When an outbound message is created with an account linked, then the strategy defaults to PULL (unless PUSH is specified).
For PULL messages, the endpoint can use the following HTTP methods:
GET: finds, reads the message and changes the BO status to Sent.
DELETE: deletes the message from the outbox.