Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the msdyn_ConnectSequence action to assign a lead, opportunity, or account record to a sequence quickly and consistently.
Parameters
| Name | Description |
|---|---|
RegardingEntityId |
Unique identifier of the entity record that is to be connected to the sequence. |
RegardingEntityName |
Logical name of the entity |
SequenceId |
Unique identifier of the sequence |
Example
POST [Organization URI]/api/data/v9.1/msdyn_ConnectSequence
{
"RegardingEntityId":"11bb11bb-cc22-dd33-ee44-55ff55ff55ff",
"RegardingEntityName":"lead",
"SequenceId":"aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
}