Introduction

Messaging v2 will be deprecated at 2:00 AM UTC on 2023-07-27 in Production. Please ensure all of your messaging integrations are using EventBridge, v4 SQS queues, or v4 SNS topics by this time. For information on transitioning from v2 to v4 messaging, see documentation here. If you are unsure if this change affects you, please contact Rightsline Support.

To complement our API, Rightsline offers two ways to receive message notifications on events. An AWS Simple Queue Service ("SQS") FIFO queue, or the use of AWS Simple Notification Service ("SNS") Topics. More information on SQS can be found here, and for SNS here.

Message Groups

Each message published by Rightsline will have a messageGroupId that will be populated with the Char Type identifier of the entity the message is referencing.

Message Group ID

Char Type

API Endpoint

0

Relationship

/relationship/

1

Catalog Item

/catalog-item/

2

Contact

/contact/

3

Right

/rightset/

4

Deal

/deal/

5

Table

/table/

7

Invoice

/financial-document/

10

Amount

/amount/

14

File

/file/

15

Job

/job/

16

Project

/project/

17

Inventory

/inventory/

Actions

The following actions are supported:

  • created

  • updated

  • deleted

  • action-executed

  • availability-changed

Last updated